Html Css Color HEX #9B056E Eggplant

📋 copy color: '#9B056E'

red 155 ◦ green 5 ◦ blue 110

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

Shades of Eggplant #9B056E

Tints of Eggplant #9B056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 57.41%
G = 1.85%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B056E (or 0x9B056E) is known color: Eggplant. HEX triplet: 9B, 05 and 6E. RGB value is (155,5,110). Sum of RGB (Red+Green+Blue) = 155+5+110=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B056E is #64FA91. Grayscale: #3D3D3D. Windows color (decimal): -6617746 or 7210395. OLE color: 7210395.

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

Color convert

RGB 155 5 110 -
CMYK 0 0.97 0.29 0.39
HSL 318º 0.94% 0.31% -
HSV(B) 318º 0.97% 0.61% -
XYZ 16.39 8.2 15.47 -
YUV 61.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 155 5 110 0 0.97 0.29 0.39 318 0.94 0.31
Hex 9B 5 6E 0 61 1D 27 13E 5E 1F
Octal 233 5 156 0 141 35 47 476 136 37
Binary 10011011 101 1101110 0 1100001 11101 100111 100111110 1011110 11111

Color Harmonies of #9B056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B056E

Black with #9B056E

Text Example


Text Example

White with #9B056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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