Html Css Color HEX #830553 Eggplant

📋 copy color: '#830553'

red 131 ◦ green 5 ◦ blue 83

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

Shades of Eggplant #830553

Tints of Eggplant #830553

RGB

 RED value IS 131 (51.56% from 255) = 59.82%

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

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

R = 59.82%
G = 2.28%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#830553 (or 0x830553) is known color: Eggplant. HEX triplet: 83, 05 and 53. RGB value is (131,5,83). Sum of RGB (Red+Green+Blue) = 131+5+83=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #830553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830553 is #7CFAAC. Grayscale: #333333. Windows color (decimal): -8190637 or 5440899. OLE color: 5440899.

HSL color Cylindrical-coordinate representation of color #830553: hue angle of 322.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830553 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 83 -
CMYK 0 0.96 0.37 0.49
HSL 322.86º 0.93% 0.27% -
HSV(B) 322.86º 0.96% 0.51% -
XYZ 10.98 5.56 8.68 -
YUV 51.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 131 5 83 0 0.96 0.37 0.49 322.86 0.93 0.27
Hex 83 5 53 0 60 25 31 143 5D 1B
Octal 203 5 123 0 140 45 61 503 135 33
Binary 10000011 101 1010011 0 1100000 100101 110001 101000011 1011101 11011

Color Harmonies of #830553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830553

Black with #830553

Text Example


Text Example

White with #830553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830553; }

 p { color: rgb(131,5,83); }

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

background-color css

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

 a { background-color: rgb(131,5,83); }

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

border-color css

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

 span { border-color: rgb(131,5,83); }

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