Html Css Color HEX #9B056B Eggplant

📋 copy color: '#9B056B'

red 155 ◦ green 5 ◦ blue 107

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

Shades of Eggplant #9B056B

Tints of Eggplant #9B056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 58.05%
G = 1.87%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B056B (or 0x9B056B) is known color: Eggplant. HEX triplet: 9B, 05 and 6B. RGB value is (155,5,107). Sum of RGB (Red+Green+Blue) = 155+5+107=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B056B is #64FA94. Grayscale: #3D3D3D. Windows color (decimal): -6617749 or 7013787. OLE color: 7013787.

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

Color convert

RGB 155 5 107 -
CMYK 0 0.97 0.31 0.39
HSL 319.2º 0.94% 0.31% -
HSV(B) 319.2º 0.97% 0.61% -
XYZ 16.23 8.14 14.63 -
YUV 61.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 155 5 107 0 0.97 0.31 0.39 319.2 0.94 0.31
Hex 9B 5 6B 0 61 1F 27 13F 5E 1F
Octal 233 5 153 0 141 37 47 477 136 37
Binary 10011011 101 1101011 0 1100001 11111 100111 100111111 1011110 11111

Color Harmonies of #9B056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B056B

Black with #9B056B

Text Example


Text Example

White with #9B056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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