Html Css Color HEX #8B0453 Eggplant

📋 copy color: '#8B0453'

red 139 ◦ green 4 ◦ blue 83

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

Shades of Eggplant #8B0453

Tints of Eggplant #8B0453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 61.5%
G = 1.77%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B0453 (or 0x8B0453) is known color: Eggplant. HEX triplet: 8B, 04 and 53. RGB value is (139,4,83). Sum of RGB (Red+Green+Blue) = 139+4+83=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0453 is #74FBAC. Grayscale: #353535. Windows color (decimal): -7666605 or 5440651. OLE color: 5440651.

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

Color convert

RGB 139 4 83 -
CMYK 0 0.97 0.40 0.45
HSL 324.89º 0.94% 0.28% -
HSV(B) 324.89º 0.97% 0.55% -
XYZ 12.25 6.2 8.73 -
YUV 53.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 139 4 83 0 0.97 0.40 0.45 324.89 0.94 0.28
Hex 8B 4 53 0 61 28 2D 145 5E 1C
Octal 213 4 123 0 141 50 55 505 136 34
Binary 10001011 100 1010011 0 1100001 101000 101101 101000101 1011110 11100

Color Harmonies of #8B0453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0453

Black with #8B0453

Text Example


Text Example

White with #8B0453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,4,83); }

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

background-color css

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

 a { background-color: rgb(139,4,83); }

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

border-color css

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

 span { border-color: rgb(139,4,83); }

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