Html Css Color HEX #9B0C6C Eggplant

📋 copy color: '#9B0C6C'

red 155 ◦ green 12 ◦ blue 108

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

Shades of Eggplant #9B0C6C

Tints of Eggplant #9B0C6C

RGB

 RED value IS 155 (60.94% from 255) = 56.36%

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 56.36%
G = 4.36%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B0C6C (or 0x9B0C6C) is known color: Eggplant. HEX triplet: 9B, 0C and 6C. RGB value is (155,12,108). Sum of RGB (Red+Green+Blue) = 155+12+108=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C6C is #64F393. Grayscale: #414141. Windows color (decimal): -6615956 or 7081115. OLE color: 7081115.

HSL color Cylindrical-coordinate representation of color #9B0C6C: hue angle of 319.72º 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 #9B0C6C is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 12 108 -
CMYK 0 0.92 0.30 0.39
HSL 319.72º 0.86% 0.33% -
HSV(B) 319.72º 0.92% 0.61% -
XYZ 16.36 8.31 14.93 -
YUV 65.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 155 12 108 0 0.92 0.30 0.39 319.72 0.86 0.33
Hex 9B C 6C 0 5C 1E 27 140 56 21
Octal 233 14 154 0 134 36 47 500 126 41
Binary 10011011 1100 1101100 0 1011100 11110 100111 101000000 1010110 100001

Color Harmonies of #9B0C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C6C

Black with #9B0C6C

Text Example


Text Example

White with #9B0C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,12,108); }

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

background-color css

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

 a { background-color: rgb(155,12,108); }

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

border-color css

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

 span { border-color: rgb(155,12,108); }

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