Html Css Color HEX #8B0162 Eggplant

📋 copy color: '#8B0162'

red 139 ◦ green 1 ◦ blue 98

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

Shades of Eggplant #8B0162

Tints of Eggplant #8B0162

RGB

 RED value IS 139 (54.69% from 255) = 58.4%

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 58.4%
G = 0.42%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B0162 (or 0x8B0162) is known color: Eggplant. HEX triplet: 8B, 01 and 62. RGB value is (139,1,98). Sum of RGB (Red+Green+Blue) = 139+1+98=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0162 is #74FE9D. Grayscale: #353535. Windows color (decimal): -7667358 or 6422923. OLE color: 6422923.

HSL color Cylindrical-coordinate representation of color #8B0162: hue angle of 317.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0162 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 1 98 -
CMYK 0 0.99 0.29 0.45
HSL 317.83º 0.99% 0.27% -
HSV(B) 317.83º 0.99% 0.55% -
XYZ 12.86 6.39 12.11 -
YUV 53.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 139 1 98 0 0.99 0.29 0.45 317.83 0.99 0.27
Hex 8B 1 62 0 63 1D 2D 13E 63 1B
Octal 213 1 142 0 143 35 55 476 143 33
Binary 10001011 1 1100010 0 1100011 11101 101101 100111110 1100011 11011

Color Harmonies of #8B0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0162

Black with #8B0162

Text Example


Text Example

White with #8B0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B0162;
 }
 .AnyTagClassName
 {
   color: #8B0162;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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