Html Css Color HEX #9C0368 Eggplant

📋 copy color: '#9C0368'

red 156 ◦ green 3 ◦ blue 104

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

Shades of Eggplant #9C0368

Tints of Eggplant #9C0368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 59.32%
G = 1.14%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C0368 (or 0x9C0368) is known color: Eggplant. HEX triplet: 9C, 03 and 68. RGB value is (156,3,104). Sum of RGB (Red+Green+Blue) = 156+3+104=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0368 is #63FC97. Grayscale: #3C3C3C. Windows color (decimal): -6552728 or 6816668. OLE color: 6816668.

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

Color convert

RGB 156 3 104 -
CMYK 0 0.98 0.33 0.39
HSL 320.39º 0.96% 0.31% -
HSV(B) 320.39º 0.98% 0.61% -
XYZ 16.24 8.13 13.81 -
YUV 60.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 156 3 104 0 0.98 0.33 0.39 320.39 0.96 0.31
Hex 9C 3 68 0 62 21 27 140 60 1F
Octal 234 3 150 0 142 41 47 500 140 37
Binary 10011100 11 1101000 0 1100010 100001 100111 101000000 1100000 11111

Color Harmonies of #9C0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0368

Black with #9C0368

Text Example


Text Example

White with #9C0368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,3,104); }

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

background-color css

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

 a { background-color: rgb(156,3,104); }

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

border-color css

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

 span { border-color: rgb(156,3,104); }

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