Html Css Color HEX #9B106E Eggplant

📋 copy color: '#9B106E'

red 155 ◦ green 16 ◦ blue 110

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

Shades of Eggplant #9B106E

Tints of Eggplant #9B106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 55.16%
G = 5.69%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B106E (or 0x9B106E) is known color: Eggplant. HEX triplet: 9B, 10 and 6E. RGB value is (155,16,110). Sum of RGB (Red+Green+Blue) = 155+16+110=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B106E is #64EF91. Grayscale: #444444. Windows color (decimal): -6614930 or 7213211. OLE color: 7213211.

HSL color Cylindrical-coordinate representation of color #9B106E: hue angle of 319.42º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B106E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 110 -
CMYK 0 0.90 0.29 0.39
HSL 319.42º 0.81% 0.34% -
HSV(B) 319.42º 0.9% 0.61% -
XYZ 16.52 8.46 15.52 -
YUV 68.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 155 16 110 0 0.90 0.29 0.39 319.42 0.81 0.34
Hex 9B 10 6E 0 5A 1D 27 13F 51 22
Octal 233 20 156 0 132 35 47 477 121 42
Binary 10011011 10000 1101110 0 1011010 11101 100111 100111111 1010001 100010

Color Harmonies of #9B106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B106E

Black with #9B106E

Text Example


Text Example

White with #9B106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,16,110); }

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

background-color css

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

 a { background-color: rgb(155,16,110); }

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

border-color css

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

 span { border-color: rgb(155,16,110); }

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