Html Css Color HEX #8B0B64 Eggplant

📋 copy color: '#8B0B64'

red 139 ◦ green 11 ◦ blue 100

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

Shades of Eggplant #8B0B64

Tints of Eggplant #8B0B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 100 (39.45% from 255) = 40%

R = 55.6%
G = 4.4%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B0B64 (or 0x8B0B64) is known color: Eggplant. HEX triplet: 8B, 0B and 64. RGB value is (139,11,100). Sum of RGB (Red+Green+Blue) = 139+11+100=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B64 is #74F49B. Grayscale: #3B3B3B. Windows color (decimal): -7664796 or 6556555. OLE color: 6556555.

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

Color convert

RGB 139 11 100 -
CMYK 0 0.92 0.28 0.45
HSL 318.28º 0.85% 0.29% -
HSV(B) 318.28º 0.92% 0.55% -
XYZ 13.07 6.65 12.65 -
YUV 59.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 139 11 100 0 0.92 0.28 0.45 318.28 0.85 0.29
Hex 8B B 64 0 5C 1C 2D 13E 55 1D
Octal 213 13 144 0 134 34 55 476 125 35
Binary 10001011 1011 1100100 0 1011100 11100 101101 100111110 1010101 11101

Color Harmonies of #8B0B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B64

Black with #8B0B64

Text Example


Text Example

White with #8B0B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,11,100); }

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

background-color css

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

 a { background-color: rgb(139,11,100); }

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

border-color css

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

 span { border-color: rgb(139,11,100); }

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