Html Css Color HEX #830552 Eggplant

📋 copy color: '#830552'

red 131 ◦ green 5 ◦ blue 82

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

Shades of Eggplant #830552

Tints of Eggplant #830552

RGB

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

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

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

R = 60.09%
G = 2.29%
B = 37.61%

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

#830552 (or 0x830552) is known color: Eggplant. HEX triplet: 83, 05 and 52. RGB value is (131,5,82). Sum of RGB (Red+Green+Blue) = 131+5+82=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #830552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830552 is #7CFAAD. Grayscale: #333333. Windows color (decimal): -8190638 or 5375363. OLE color: 5375363.

HSL color Cylindrical-coordinate representation of color #830552: hue angle of 323.33º 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 #830552 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 82 -
CMYK 0 0.96 0.37 0.49
HSL 323.33º 0.93% 0.27% -
HSV(B) 323.33º 0.96% 0.51% -
XYZ 10.94 5.54 8.48 -
YUV 51.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 131 5 82 0 0.96 0.37 0.49 323.33 0.93 0.27
Hex 83 5 52 0 60 25 31 143 5D 1B
Octal 203 5 122 0 140 45 61 503 135 33
Binary 10000011 101 1010010 0 1100000 100101 110001 101000011 1011101 11011

Color Harmonies of #830552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830552

Black with #830552

Text Example


Text Example

White with #830552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830552; }

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

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

background-color css

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

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

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

border-color css

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

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

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