Html Css Color HEX #8B0552 Eggplant

📋 copy color: '#8B0552'

red 139 ◦ green 5 ◦ blue 82

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

Shades of Eggplant #8B0552

Tints of Eggplant #8B0552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.21%

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 61.5%
G = 2.21%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8B0552 (or 0x8B0552) is known color: Eggplant. HEX triplet: 8B, 05 and 52. RGB value is (139,5,82). Sum of RGB (Red+Green+Blue) = 139+5+82=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0552 is #74FAAD. Grayscale: #353535. Windows color (decimal): -7666350 or 5375371. OLE color: 5375371.

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

Color convert

RGB 139 5 82 -
CMYK 0 0.96 0.41 0.45
HSL 325.52º 0.93% 0.28% -
HSV(B) 325.52º 0.96% 0.55% -
XYZ 12.22 6.21 8.54 -
YUV 53.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 139 5 82 0 0.96 0.41 0.45 325.52 0.93 0.28
Hex 8B 5 52 0 60 29 2D 146 5D 1C
Octal 213 5 122 0 140 51 55 506 135 34
Binary 10001011 101 1010010 0 1100000 101001 101101 101000110 1011101 11100

Color Harmonies of #8B0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0552

Black with #8B0552

Text Example


Text Example

White with #8B0552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,5,82); }

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

background-color css

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

 a { background-color: rgb(139,5,82); }

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

border-color css

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

 span { border-color: rgb(139,5,82); }

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