Html Css Color HEX #9C0E7B Eggplant

📋 copy color: '#9C0E7B'

red 156 ◦ green 14 ◦ blue 123

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

Shades of Eggplant #9C0E7B

Tints of Eggplant #9C0E7B

RGB

 RED value IS 156 (61.33% from 255) = 53.24%

 GREEN value IS 14 (5.86% from 255) = 4.78%

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 53.24%
G = 4.78%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C0E7B (or 0x9C0E7B) is known color: Eggplant. HEX triplet: 9C, 0E and 7B. RGB value is (156,14,123). Sum of RGB (Red+Green+Blue) = 156+14+123=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E7B is #63F184. Grayscale: #444444. Windows color (decimal): -6549893 or 8064668. OLE color: 8064668.

HSL color Cylindrical-coordinate representation of color #9C0E7B: hue angle of 313.94º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E7B is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 14 123 -
CMYK 0 0.91 0.21 0.39
HSL 313.94º 0.84% 0.33% -
HSV(B) 313.94º 0.91% 0.61% -
XYZ 17.44 8.81 19.52 -
YUV 68.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 156 14 123 0 0.91 0.21 0.39 313.94 0.84 0.33
Hex 9C E 7B 0 5B 15 27 13A 54 21
Octal 234 16 173 0 133 25 47 472 124 41
Binary 10011100 1110 1111011 0 1011011 10101 100111 100111010 1010100 100001

Color Harmonies of #9C0E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E7B

Black with #9C0E7B

Text Example


Text Example

White with #9C0E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0E7B; }

 p { color: rgb(156,14,123); }

 H1.HeaderClassName
 {
   color: #9C0E7B;
 }
 .AnyTagClassName
 {
   color: #9C0E7B;
 }
</style>

background-color css

<style>
 a { background-color: #9C0E7B; }

 a { background-color: rgb(156,14,123); }

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

border-color css

<style>
 span { border-color: #9C0E7B; }

 span { border-color: rgb(156,14,123); }

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