Html Css Color HEX #9B116A Eggplant

📋 copy color: '#9B116A'

red 155 ◦ green 17 ◦ blue 106

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

Shades of Eggplant #9B116A

Tints of Eggplant #9B116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.13%

R = 55.76%
G = 6.12%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B116A (or 0x9B116A) is known color: Eggplant. HEX triplet: 9B, 11 and 6A. RGB value is (155,17,106). Sum of RGB (Red+Green+Blue) = 155+17+106=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B116A is #64EE95. Grayscale: #444444. Windows color (decimal): -6614678 or 6951323. OLE color: 6951323.

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

Color convert

RGB 155 17 106 -
CMYK 0 0.89 0.32 0.39
HSL 321.3º 0.8% 0.34% -
HSV(B) 321.3º 0.89% 0.61% -
XYZ 16.32 8.41 14.4 -
YUV 68.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 155 17 106 0 0.89 0.32 0.39 321.3 0.8 0.34
Hex 9B 11 6A 0 59 20 27 141 50 22
Octal 233 21 152 0 131 40 47 501 120 42
Binary 10011011 10001 1101010 0 1011001 100000 100111 101000001 1010000 100010

Color Harmonies of #9B116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B116A

Black with #9B116A

Text Example


Text Example

White with #9B116A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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