Html Css Color HEX #880353 Eggplant

📋 copy color: '#880353'

red 136 ◦ green 3 ◦ blue 83

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

Shades of Eggplant #880353

Tints of Eggplant #880353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 61.26%
G = 1.35%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#880353 (or 0x880353) is known color: Eggplant. HEX triplet: 88, 03 and 53. RGB value is (136,3,83). Sum of RGB (Red+Green+Blue) = 136+3+83=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #880353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880353 is #77FCAC. Grayscale: #333333. Windows color (decimal): -7863469 or 5440392. OLE color: 5440392.

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

Color convert

RGB 136 3 83 -
CMYK 0 0.98 0.39 0.47
HSL 323.91º 0.96% 0.27% -
HSV(B) 323.91º 0.98% 0.53% -
XYZ 11.75 5.92 8.71 -
YUV 51.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 136 3 83 0 0.98 0.39 0.47 323.91 0.96 0.27
Hex 88 3 53 0 62 27 2F 144 60 1B
Octal 210 3 123 0 142 47 57 504 140 33
Binary 10001000 11 1010011 0 1100010 100111 101111 101000100 1100000 11011

Color Harmonies of #880353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880353

Black with #880353

Text Example


Text Example

White with #880353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880353; }

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

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

background-color css

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

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

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

border-color css

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

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

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