Html Css Color HEX #9C0C65 Eggplant

📋 copy color: '#9C0C65'

red 156 ◦ green 12 ◦ blue 101

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

Shades of Eggplant #9C0C65

Tints of Eggplant #9C0C65

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 57.99%
G = 4.46%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C0C65 (or 0x9C0C65) is known color: Eggplant. HEX triplet: 9C, 0C and 65. RGB value is (156,12,101). Sum of RGB (Red+Green+Blue) = 156+12+101=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0C65 is #63F39A. Grayscale: #404040. Windows color (decimal): -6550427 or 6622364. OLE color: 6622364.

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

Color convert

RGB 156 12 101 -
CMYK 0 0.92 0.35 0.39
HSL 322.92º 0.86% 0.33% -
HSV(B) 322.92º 0.92% 0.61% -
XYZ 16.19 8.27 13.05 -
YUV 65.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 156 12 101 0 0.92 0.35 0.39 322.92 0.86 0.33
Hex 9C C 65 0 5C 23 27 143 56 21
Octal 234 14 145 0 134 43 47 503 126 41
Binary 10011100 1100 1100101 0 1011100 100011 100111 101000011 1010110 100001

Color Harmonies of #9C0C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0C65

Black with #9C0C65

Text Example


Text Example

White with #9C0C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,12,101); }

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

background-color css

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

 a { background-color: rgb(156,12,101); }

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

border-color css

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

 span { border-color: rgb(156,12,101); }

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