#9B0262

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

Shades of Eggplant #9B0262

Tints of Eggplant #9B0262

Color information

#9B0262 (or 0x9B0262) is unknown color: approx Eggplant. HEX triplet: 9B, 02 and 62. RGB value is (155,2,98). Sum of RGB (Red+Green+Blue) = 155+2+98=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0262 is #64FD9D. Grayscale: #3A3A3A. Windows color (decimal): -6618526 or 6423195. OLE color: 6423195.

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

Color convert

RGB155298-
CMYK00.990.370.39
HSL322.35º97.45%30.78%-
HSV(B)322.35º98.71%60.78%-
XYZ15.747.8912.25-
YUV58.69150.19196.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.78%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=60.78%
G=0.78%
B=38.43%

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
Decimal15529800.990.370.39322.3597.4530.78
Hex9B2620632527142611f
Octal23321420143454750214137
Binary1001101110110001001100011100101100111101000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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