Html Css Color HEX #9C067D Eggplant

📋 copy color: '#9C067D'

red 156 ◦ green 6 ◦ blue 125

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

Shades of Eggplant #9C067D

Tints of Eggplant #9C067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 54.36%
G = 2.09%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C067D (or 0x9C067D) is known color: Eggplant. HEX triplet: 9C, 06 and 7D. RGB value is (156,6,125). Sum of RGB (Red+Green+Blue) = 156+6+125=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C067D is #63F982. Grayscale: #404040. Windows color (decimal): -6551939 or 8193692. OLE color: 8193692.

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

Color convert

RGB 156 6 125 -
CMYK 0 0.96 0.20 0.39
HSL 312.4º 0.93% 0.32% -
HSV(B) 312.4º 0.96% 0.61% -
XYZ 17.48 8.68 20.16 -
YUV 64.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 156 6 125 0 0.96 0.20 0.39 312.4 0.93 0.32
Hex 9C 6 7D 0 60 14 27 138 5D 20
Octal 234 6 175 0 140 24 47 470 135 40
Binary 10011100 110 1111101 0 1100000 10100 100111 100111000 1011101 100000

Color Harmonies of #9C067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C067D

Black with #9C067D

Text Example


Text Example

White with #9C067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,125); }

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

background-color css

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

 a { background-color: rgb(156,6,125); }

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

border-color css

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

 span { border-color: rgb(156,6,125); }

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