Html Css Color HEX #9C0F70 Eggplant

📋 copy color: '#9C0F70'

red 156 ◦ green 15 ◦ blue 112

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

Shades of Eggplant #9C0F70

Tints of Eggplant #9C0F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 55.12%
G = 5.3%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C0F70 (or 0x9C0F70) is known color: Eggplant. HEX triplet: 9C, 0F and 70. RGB value is (156,15,112). Sum of RGB (Red+Green+Blue) = 156+15+112=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F70 is #63F08F. Grayscale: #434343. Windows color (decimal): -6549648 or 7344028. OLE color: 7344028.

HSL color Cylindrical-coordinate representation of color #9C0F70: hue angle of 318.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F70 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 15 112 -
CMYK 0 0.90 0.28 0.39
HSL 318.72º 0.82% 0.34% -
HSV(B) 318.72º 0.9% 0.61% -
XYZ 16.81 8.58 16.1 -
YUV 68.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 156 15 112 0 0.90 0.28 0.39 318.72 0.82 0.34
Hex 9C F 70 0 5A 1C 27 13F 52 22
Octal 234 17 160 0 132 34 47 477 122 42
Binary 10011100 1111 1110000 0 1011010 11100 100111 100111111 1010010 100010

Color Harmonies of #9C0F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0F70

Black with #9C0F70

Text Example


Text Example

White with #9C0F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,15,112); }

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

background-color css

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

 a { background-color: rgb(156,15,112); }

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

border-color css

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

 span { border-color: rgb(156,15,112); }

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