Html Css Color HEX #9B057C Eggplant

📋 copy color: '#9B057C'

red 155 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #9B057C

Tints of Eggplant #9B057C

RGB

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

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

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

R = 54.58%
G = 1.76%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B057C (or 0x9B057C) is known color: Eggplant. HEX triplet: 9B, 05 and 7C. RGB value is (155,5,124). Sum of RGB (Red+Green+Blue) = 155+5+124=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B057C is #64FA83. Grayscale: #3F3F3F. Windows color (decimal): -6617732 or 8127899. OLE color: 8127899.

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

Color convert

RGB 155 5 124 -
CMYK 0 0.97 0.2 0.39
HSL 312.4º 0.94% 0.31% -
HSV(B) 312.4º 0.97% 0.61% -
XYZ 17.21 8.53 19.81 -
YUV 63.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 155 5 124 0 0.97 0.2 0.39 312.4 0.94 0.31
Hex 9B 5 7C 0 61 14 27 138 5E 1F
Octal 233 5 174 0 141 24 47 470 136 37
Binary 10011011 101 1111100 0 1100001 10100 100111 100111000 1011110 11111

Color Harmonies of #9B057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B057C

Black with #9B057C

Text Example


Text Example

White with #9B057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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