#9B0162

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

Shades of Eggplant #9B0162

Tints of Eggplant #9B0162

Color information

#9B0162 (or 0x9B0162) is unknown color: approx Eggplant. HEX triplet: 9B, 01 and 62. RGB value is (155,1,98). Sum of RGB (Red+Green+Blue) = 155+1+98=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0162 is #64FE9D. Grayscale: #393939. Windows color (decimal): -6618782 or 6422939. OLE color: 6422939.

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

Color convert

RGB155198-
CMYK00.990.370.39
HSL322.21º98.72%30.59%-
HSV(B)322.21º99.35%60.78%-
XYZ15.737.8712.25-
YUV58.1150.52197.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=61.02%
G=0.39%
B=38.58%

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
Decimal15519800.990.370.39322.2198.7230.59
Hex9B1620632527142631f
Octal23311420143454750214337
Binary100110111110001001100011100101100111101000010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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