Html Css Color HEX #880453 Eggplant

📋 copy color: '#880453'

red 136 ◦ green 4 ◦ blue 83

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

Shades of Eggplant #880453

Tints of Eggplant #880453

RGB

 RED value IS 136 (53.52% from 255) = 60.99%

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

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

R = 60.99%
G = 1.79%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#880453 (or 0x880453) is known color: Eggplant. HEX triplet: 88, 04 and 53. RGB value is (136,4,83). Sum of RGB (Red+Green+Blue) = 136+4+83=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880453 is #77FBAC. Grayscale: #343434. Windows color (decimal): -7863213 or 5440648. OLE color: 5440648.

HSL color Cylindrical-coordinate representation of color #880453: hue angle of 324.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880453 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 83 -
CMYK 0 0.97 0.39 0.47
HSL 324.09º 0.94% 0.27% -
HSV(B) 324.09º 0.97% 0.53% -
XYZ 11.76 5.95 8.71 -
YUV 52.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 136 4 83 0 0.97 0.39 0.47 324.09 0.94 0.27
Hex 88 4 53 0 61 27 2F 144 5E 1B
Octal 210 4 123 0 141 47 57 504 136 33
Binary 10001000 100 1010011 0 1100001 100111 101111 101000100 1011110 11011

Color Harmonies of #880453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880453

Black with #880453

Text Example


Text Example

White with #880453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880453; }

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

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

background-color css

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

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

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

border-color css

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

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

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