Html Css Color HEX #9B086E Eggplant

📋 copy color: '#9B086E'

red 155 ◦ green 8 ◦ blue 110

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

Shades of Eggplant #9B086E

Tints of Eggplant #9B086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

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

R = 56.78%
G = 2.93%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B086E (or 0x9B086E) is known color: Eggplant. HEX triplet: 9B, 08 and 6E. RGB value is (155,8,110). Sum of RGB (Red+Green+Blue) = 155+8+110=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B086E is #64F791. Grayscale: #3F3F3F. Windows color (decimal): -6616978 or 7211163. OLE color: 7211163.

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

Color convert

RGB 155 8 110 -
CMYK 0 0.95 0.29 0.39
HSL 318.37º 0.9% 0.32% -
HSV(B) 318.37º 0.95% 0.61% -
XYZ 16.42 8.27 15.48 -
YUV 63.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 155 8 110 0 0.95 0.29 0.39 318.37 0.9 0.32
Hex 9B 8 6E 0 5F 1D 27 13E 5A 20
Octal 233 10 156 0 137 35 47 476 132 40
Binary 10011011 1000 1101110 0 1011111 11101 100111 100111110 1011010 100000

Color Harmonies of #9B086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B086E

Black with #9B086E

Text Example


Text Example

White with #9B086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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