Html Css Color HEX #9B077C Eggplant

📋 copy color: '#9B077C'

red 155 ◦ green 7 ◦ blue 124

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

Shades of Eggplant #9B077C

Tints of Eggplant #9B077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

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

R = 54.2%
G = 2.45%
B = 43.36%

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

#9B077C (or 0x9B077C) is known color: Eggplant. HEX triplet: 9B, 07 and 7C. RGB value is (155,7,124). Sum of RGB (Red+Green+Blue) = 155+7+124=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B077C is #64F883. Grayscale: #404040. Windows color (decimal): -6617220 or 8128411. OLE color: 8128411.

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

Color convert

RGB 155 7 124 -
CMYK 0 0.95 0.2 0.39
HSL 312.57º 0.91% 0.32% -
HSV(B) 312.57º 0.95% 0.61% -
XYZ 17.23 8.58 19.82 -
YUV 64.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 155 7 124 0 0.95 0.2 0.39 312.57 0.91 0.32
Hex 9B 7 7C 0 5F 14 27 139 5B 20
Octal 233 7 174 0 137 24 47 471 133 40
Binary 10011011 111 1111100 0 1011111 10100 100111 100111001 1011011 100000

Color Harmonies of #9B077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B077C

Black with #9B077C

Text Example


Text Example

White with #9B077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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