Html Css Color HEX #9C006B Eggplant

📋 copy color: '#9C006B'

red 156 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #9C006B

Tints of Eggplant #9C006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 40.68%

R = 59.32%
G = 0%
B = 40.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C006B (or 0x9C006B) is known color: Eggplant. HEX triplet: 9C, 00 and 6B. RGB value is (156,0,107). Sum of RGB (Red+Green+Blue) = 156+0+107=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C006B is #63FF94. Grayscale: #3A3A3A. Windows color (decimal): -6553493 or 7012508. OLE color: 7012508.

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

Color convert

RGB 156 0 107 -
CMYK 0 1 0.31 0.39
HSL 318.85º 1% 0.31% -
HSV(B) 318.85º 1% 0.61% -
XYZ 16.36 8.13 14.62 -
YUV 58.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 156 0 107 0 1 0.31 0.39 318.85 1 0.31
Hex 9C 0 6B 0 64 1F 27 13F 64 1F
Octal 234 0 153 0 144 37 47 477 144 37
Binary 10011100 0 1101011 0 1100100 11111 100111 100111111 1100100 11111

Color Harmonies of #9C006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C006B

Black with #9C006B

Text Example


Text Example

White with #9C006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,0,107); }

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

background-color css

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

 a { background-color: rgb(156,0,107); }

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

border-color css

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

 span { border-color: rgb(156,0,107); }

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