Html Css Color HEX #8B0B69 Eggplant

📋 copy color: '#8B0B69'

red 139 ◦ green 11 ◦ blue 105

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

Shades of Eggplant #8B0B69

Tints of Eggplant #8B0B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 54.51%
G = 4.31%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B0B69 (or 0x8B0B69) is known color: Eggplant. HEX triplet: 8B, 0B and 69. RGB value is (139,11,105). Sum of RGB (Red+Green+Blue) = 139+11+105=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B69 is #74F496. Grayscale: #3B3B3B. Windows color (decimal): -7664791 or 6884235. OLE color: 6884235.

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

Color convert

RGB 139 11 105 -
CMYK 0 0.92 0.24 0.45
HSL 315.94º 0.85% 0.29% -
HSV(B) 315.94º 0.92% 0.55% -
XYZ 13.32 6.75 13.97 -
YUV 59.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 139 11 105 0 0.92 0.24 0.45 315.94 0.85 0.29
Hex 8B B 69 0 5C 18 2D 13C 55 1D
Octal 213 13 151 0 134 30 55 474 125 35
Binary 10001011 1011 1101001 0 1011100 11000 101101 100111100 1010101 11101

Color Harmonies of #8B0B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B69

Black with #8B0B69

Text Example


Text Example

White with #8B0B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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