#9B0261

Color #9B0261 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #9B0261

Tints of Eggplant #9B0261

Color information

#9B0261 (or 0x9B0261) is unknown color: approx Eggplant. HEX triplet: 9B, 02 and 61. RGB value is (155,2,97). Sum of RGB (Red+Green+Blue) = 155+2+97=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0261 is #64FD9E. Grayscale: #3A3A3A. Windows color (decimal): -6618527 or 6357659. OLE color: 6357659.

HSL color Cylindrical-coordinate representation of color #9B0261: hue angle of 322.75º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0261 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB155297-
CMYK00.990.370.39
HSL322.75º97.45%30.78%-
HSV(B)322.75º98.71%60.78%-
XYZ15.77.8812-
YUV58.58149.69196.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=61.02%
G=0.79%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15529700.990.370.39322.7597.4530.78
Hex9B2610632527143611f
Octal23321410143454750314137
Binary1001101110110000101100011100101100111101000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,2,97); }

 H1.HeaderClassName
 {
   color: #9B0261;
 }
 .AnyTagClassName
 {
   color: #9B0261;
 }
</style>
background-color css

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

 a { background-color: rgb(155,2,97); }

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

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

 span { border-color: rgb(155,2,97); }

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