Html Css Color HEX #830253 Eggplant

📋 copy color: '#830253'

red 131 ◦ green 2 ◦ blue 83

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

Shades of Eggplant #830253

Tints of Eggplant #830253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 60.65%
G = 0.93%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#830253 (or 0x830253) is known color: Eggplant. HEX triplet: 83, 02 and 53. RGB value is (131,2,83). Sum of RGB (Red+Green+Blue) = 131+2+83=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #830253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830253 is #7CFDAC. Grayscale: #313131. Windows color (decimal): -8191405 or 5440131. OLE color: 5440131.

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

Color convert

RGB 131 2 83 -
CMYK 0 0.98 0.37 0.49
HSL 322.33º 0.97% 0.26% -
HSV(B) 322.33º 0.98% 0.51% -
XYZ 10.94 5.49 8.67 -
YUV 49.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 131 2 83 0 0.98 0.37 0.49 322.33 0.97 0.26
Hex 83 2 53 0 62 25 31 142 61 1A
Octal 203 2 123 0 142 45 61 502 141 32
Binary 10000011 10 1010011 0 1100010 100101 110001 101000010 1100001 11010

Color Harmonies of #830253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830253

Black with #830253

Text Example


Text Example

White with #830253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830253; }

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

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

background-color css

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

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

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

border-color css

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

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

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