Html Css Color HEX #8B0E67 Eggplant

📋 copy color: '#8B0E67'

red 139 ◦ green 14 ◦ blue 103

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

Shades of Eggplant #8B0E67

Tints of Eggplant #8B0E67

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

 BLUE value IS 103 (40.63% from 255) = 40.23%

R = 54.3%
G = 5.47%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8B0E67 (or 0x8B0E67) is known color: Eggplant. HEX triplet: 8B, 0E and 67. RGB value is (139,14,103). Sum of RGB (Red+Green+Blue) = 139+14+103=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E67 is #74F198. Grayscale: #3D3D3D. Windows color (decimal): -7664025 or 6753931. OLE color: 6753931.

HSL color Cylindrical-coordinate representation of color #8B0E67: hue angle of 317.28º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E67 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 14 103 -
CMYK 0 0.90 0.26 0.45
HSL 317.28º 0.82% 0.3% -
HSV(B) 317.28º 0.9% 0.55% -
XYZ 13.25 6.78 13.44 -
YUV 61.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 139 14 103 0 0.90 0.26 0.45 317.28 0.82 0.3
Hex 8B E 67 0 5A 1A 2D 13D 52 1E
Octal 213 16 147 0 132 32 55 475 122 36
Binary 10001011 1110 1100111 0 1011010 11010 101101 100111101 1010010 11110

Color Harmonies of #8B0E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0E67

Black with #8B0E67

Text Example


Text Example

White with #8B0E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,14,103); }

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

background-color css

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

 a { background-color: rgb(139,14,103); }

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

border-color css

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

 span { border-color: rgb(139,14,103); }

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