Html Css Color HEX #9376DE Medium Purple

📋 copy color: '#9376DE'

red 147 ◦ green 118 ◦ blue 222

#9376DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9376DE

Tints of Medium Purple #9376DE

RGB

 RED value IS 147 (57.81% from 255) = 30.18%

 GREEN value IS 118 (46.48% from 255) = 24.23%

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 30.18%
G = 24.23%
B = 45.59%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9376DE (or 0x9376DE) is known color: Medium Purple. HEX triplet: 93, 76 and DE. RGB value is (147,118,222). Sum of RGB (Red+Green+Blue) = 147+118+222=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #9376DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376DE is #6C8921. Grayscale: #8A8A8A. Windows color (decimal): -7112994 or 14579347. OLE color: 14579347.

HSL color Cylindrical-coordinate representation of color #9376DE: hue angle of 256.73º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9376DE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 118 222 -
CMYK 0.34 0.47 0 0.13
HSL 256.73º 0.61% 0.67% -
HSV(B) 256.73º 0.47% 0.87% -
XYZ 31.7 24.43 72.15 -
YUV 138.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 147 118 222 0.34 0.47 0 0.13 256.73 0.61 0.67
Hex 93 76 DE 22 2F 0 D 101 3D 43
Octal 223 166 336 42 57 0 15 401 75 103
Binary 10010011 1110110 11011110 100010 101111 0 1101 100000001 111101 1000011

Color Harmonies of #9376DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376DE

Black with #9376DE

Text Example


Text Example

White with #9376DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9376DE; }

 p { color: rgb(147,118,222); }

 H1.HeaderClassName
 {
   color: #9376DE;
 }
 .AnyTagClassName
 {
   color: #9376DE;
 }
</style>

background-color css

<style>
 a { background-color: #9376DE; }

 a { background-color: rgb(147,118,222); }

 div.DivClassName
 {
   background-color: #9376DE;
 }
 .BgClassName
 {
   background-color: #9376DE;
 }
</style>

border-color css

<style>
 span { border-color: #9376DE; }

 span { border-color: rgb(147,118,222); }

 td.TdClassName
 {
   border-color: #9376DE;
 }
 .TagClassName
 {
   border-color: #9376DE;
 }
</style>