Html Css Color HEX #9B087C Eggplant

📋 copy color: '#9B087C'

red 155 ◦ green 8 ◦ blue 124

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

Shades of Eggplant #9B087C

Tints of Eggplant #9B087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 54.01%
G = 2.79%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B087C (or 0x9B087C) is known color: Eggplant. HEX triplet: 9B, 08 and 7C. RGB value is (155,8,124). Sum of RGB (Red+Green+Blue) = 155+8+124=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B087C is #64F783. Grayscale: #404040. Windows color (decimal): -6616964 or 8128667. OLE color: 8128667.

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

Color convert

RGB 155 8 124 -
CMYK 0 0.95 0.2 0.39
HSL 312.65º 0.9% 0.32% -
HSV(B) 312.65º 0.95% 0.61% -
XYZ 17.24 8.6 19.82 -
YUV 65.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 155 8 124 0 0.95 0.2 0.39 312.65 0.9 0.32
Hex 9B 8 7C 0 5F 14 27 139 5A 20
Octal 233 10 174 0 137 24 47 471 132 40
Binary 10011011 1000 1111100 0 1011111 10100 100111 100111001 1011010 100000

Color Harmonies of #9B087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B087C

Black with #9B087C

Text Example


Text Example

White with #9B087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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