Html Css Color HEX #8B0E65 Eggplant

📋 copy color: '#8B0E65'

red 139 ◦ green 14 ◦ blue 101

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

Shades of Eggplant #8B0E65

Tints of Eggplant #8B0E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.76%

R = 54.72%
G = 5.51%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B0E65 (or 0x8B0E65) is known color: Eggplant. HEX triplet: 8B, 0E and 65. RGB value is (139,14,101). Sum of RGB (Red+Green+Blue) = 139+14+101=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E65 is #74F19A. Grayscale: #3D3D3D. Windows color (decimal): -7664027 or 6622859. OLE color: 6622859.

HSL color Cylindrical-coordinate representation of color #8B0E65: hue angle of 318.24º 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 #8B0E65 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 14 101 -
CMYK 0 0.90 0.27 0.45
HSL 318.24º 0.82% 0.3% -
HSV(B) 318.24º 0.9% 0.55% -
XYZ 13.15 6.74 12.92 -
YUV 61.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 139 14 101 0 0.90 0.27 0.45 318.24 0.82 0.3
Hex 8B E 65 0 5A 1B 2D 13E 52 1E
Octal 213 16 145 0 132 33 55 476 122 36
Binary 10001011 1110 1100101 0 1011010 11011 101101 100111110 1010010 11110

Color Harmonies of #8B0E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0E65

Black with #8B0E65

Text Example


Text Example

White with #8B0E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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