Html Css Color HEX #9B116C Eggplant

📋 copy color: '#9B116C'

red 155 ◦ green 17 ◦ blue 108

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

Shades of Eggplant #9B116C

Tints of Eggplant #9B116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

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

R = 55.36%
G = 6.07%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B116C (or 0x9B116C) is known color: Eggplant. HEX triplet: 9B, 11 and 6C. RGB value is (155,17,108). Sum of RGB (Red+Green+Blue) = 155+17+108=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B116C is #64EE93. Grayscale: #444444. Windows color (decimal): -6614676 or 7082395. OLE color: 7082395.

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

Color convert

RGB 155 17 108 -
CMYK 0 0.89 0.30 0.39
HSL 320.43º 0.8% 0.34% -
HSV(B) 320.43º 0.89% 0.61% -
XYZ 16.42 8.45 14.95 -
YUV 68.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 155 17 108 0 0.89 0.30 0.39 320.43 0.8 0.34
Hex 9B 11 6C 0 59 1E 27 140 50 22
Octal 233 21 154 0 131 36 47 500 120 42
Binary 10011011 10001 1101100 0 1011001 11110 100111 101000000 1010000 100010

Color Harmonies of #9B116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B116C

Black with #9B116C

Text Example


Text Example

White with #9B116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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