Html Css Color HEX #9B087A Eggplant

📋 copy color: '#9B087A'

red 155 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #9B087A

Tints of Eggplant #9B087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 54.39%
G = 2.81%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B087A (or 0x9B087A) is known color: Eggplant. HEX triplet: 9B, 08 and 7A. RGB value is (155,8,122). Sum of RGB (Red+Green+Blue) = 155+8+122=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B087A is #64F785. Grayscale: #404040. Windows color (decimal): -6616966 or 7997595. OLE color: 7997595.

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

Color convert

RGB 155 8 122 -
CMYK 0 0.95 0.21 0.39
HSL 313.47º 0.9% 0.32% -
HSV(B) 313.47º 0.95% 0.61% -
XYZ 17.12 8.55 19.16 -
YUV 64.95 160.2 192.23 -
System Red Green Blue C M Y K H S L
Decimal 155 8 122 0 0.95 0.21 0.39 313.47 0.9 0.32
Hex 9B 8 7A 0 5F 15 27 139 5A 20
Octal 233 10 172 0 137 25 47 471 132 40
Binary 10011011 1000 1111010 0 1011111 10101 100111 100111001 1011010 100000

Color Harmonies of #9B087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B087A

Black with #9B087A

Text Example


Text Example

White with #9B087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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