Html Css Color HEX #9C0A6C Eggplant

📋 copy color: '#9C0A6C'

red 156 ◦ green 10 ◦ blue 108

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

Shades of Eggplant #9C0A6C

Tints of Eggplant #9C0A6C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 56.93%
G = 3.65%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C0A6C (or 0x9C0A6C) is known color: Eggplant. HEX triplet: 9C, 0A and 6C. RGB value is (156,10,108). Sum of RGB (Red+Green+Blue) = 156+10+108=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A6C is #63F593. Grayscale: #404040. Windows color (decimal): -6550932 or 7080604. OLE color: 7080604.

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

Color convert

RGB 156 10 108 -
CMYK 0 0.94 0.31 0.39
HSL 319.73º 0.88% 0.33% -
HSV(B) 319.73º 0.94% 0.61% -
XYZ 16.53 8.37 14.93 -
YUV 64.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 156 10 108 0 0.94 0.31 0.39 319.73 0.88 0.33
Hex 9C A 6C 0 5E 1F 27 140 58 21
Octal 234 12 154 0 136 37 47 500 130 41
Binary 10011100 1010 1101100 0 1011110 11111 100111 101000000 1011000 100001

Color Harmonies of #9C0A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0A6C

Black with #9C0A6C

Text Example


Text Example

White with #9C0A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,10,108); }

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

background-color css

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

 a { background-color: rgb(156,10,108); }

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

border-color css

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

 span { border-color: rgb(156,10,108); }

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