Html Css Color HEX #9B056C Eggplant

📋 copy color: '#9B056C'

red 155 ◦ green 5 ◦ blue 108

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

Shades of Eggplant #9B056C

Tints of Eggplant #9B056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 57.84%
G = 1.87%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B056C (or 0x9B056C) is known color: Eggplant. HEX triplet: 9B, 05 and 6C. RGB value is (155,5,108). Sum of RGB (Red+Green+Blue) = 155+5+108=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B056C is #64FA93. Grayscale: #3D3D3D. Windows color (decimal): -6617748 or 7079323. OLE color: 7079323.

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

Color convert

RGB 155 5 108 -
CMYK 0 0.97 0.30 0.39
HSL 318.8º 0.94% 0.31% -
HSV(B) 318.8º 0.97% 0.61% -
XYZ 16.28 8.16 14.9 -
YUV 61.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 155 5 108 0 0.97 0.30 0.39 318.8 0.94 0.31
Hex 9B 5 6C 0 61 1E 27 13F 5E 1F
Octal 233 5 154 0 141 36 47 477 136 37
Binary 10011011 101 1101100 0 1100001 11110 100111 100111111 1011110 11111

Color Harmonies of #9B056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B056C

Black with #9B056C

Text Example


Text Example

White with #9B056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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