Html Css Color HEX #8B0862 Eggplant

📋 copy color: '#8B0862'

red 139 ◦ green 8 ◦ blue 98

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

Shades of Eggplant #8B0862

Tints of Eggplant #8B0862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 56.73%
G = 3.27%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B0862 (or 0x8B0862) is known color: Eggplant. HEX triplet: 8B, 08 and 62. RGB value is (139,8,98). Sum of RGB (Red+Green+Blue) = 139+8+98=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0862 is #74F79D. Grayscale: #393939. Windows color (decimal): -7665566 or 6424715. OLE color: 6424715.

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

Color convert

RGB 139 8 98 -
CMYK 0 0.94 0.29 0.45
HSL 318.78º 0.89% 0.29% -
HSV(B) 318.78º 0.94% 0.55% -
XYZ 12.94 6.54 12.14 -
YUV 57.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 139 8 98 0 0.94 0.29 0.45 318.78 0.89 0.29
Hex 8B 8 62 0 5E 1D 2D 13F 59 1D
Octal 213 10 142 0 136 35 55 477 131 35
Binary 10001011 1000 1100010 0 1011110 11101 101101 100111111 1011001 11101

Color Harmonies of #8B0862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0862

Black with #8B0862

Text Example


Text Example

White with #8B0862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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