Html Css Color HEX #830953 Eggplant

📋 copy color: '#830953'

red 131 ◦ green 9 ◦ blue 83

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

Shades of Eggplant #830953

Tints of Eggplant #830953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

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

R = 58.74%
G = 4.04%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#830953 (or 0x830953) is known color: Eggplant. HEX triplet: 83, 09 and 53. RGB value is (131,9,83). Sum of RGB (Red+Green+Blue) = 131+9+83=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #830953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830953 is #7CF6AC. Grayscale: #353535. Windows color (decimal): -8189613 or 5441923. OLE color: 5441923.

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

Color convert

RGB 131 9 83 -
CMYK 0 0.93 0.37 0.49
HSL 323.61º 0.87% 0.27% -
HSV(B) 323.61º 0.93% 0.51% -
XYZ 11.02 5.65 8.69 -
YUV 53.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 131 9 83 0 0.93 0.37 0.49 323.61 0.87 0.27
Hex 83 9 53 0 5D 25 31 144 57 1B
Octal 203 11 123 0 135 45 61 504 127 33
Binary 10000011 1001 1010011 0 1011101 100101 110001 101000100 1010111 11011

Color Harmonies of #830953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830953

Black with #830953

Text Example


Text Example

White with #830953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830953; }

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

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

background-color css

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

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

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

border-color css

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

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

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