Html Css Color HEX #830453 Eggplant

📋 copy color: '#830453'

red 131 ◦ green 4 ◦ blue 83

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

Shades of Eggplant #830453

Tints of Eggplant #830453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 60.09%
G = 1.83%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#830453 (or 0x830453) is known color: Eggplant. HEX triplet: 83, 04 and 53. RGB value is (131,4,83). Sum of RGB (Red+Green+Blue) = 131+4+83=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #830453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830453 is #7CFBAC. Grayscale: #323232. Windows color (decimal): -8190893 or 5440643. OLE color: 5440643.

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

Color convert

RGB 131 4 83 -
CMYK 0 0.97 0.37 0.49
HSL 322.68º 0.94% 0.26% -
HSV(B) 322.68º 0.97% 0.51% -
XYZ 10.96 5.54 8.67 -
YUV 50.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 131 4 83 0 0.97 0.37 0.49 322.68 0.94 0.26
Hex 83 4 53 0 61 25 31 143 5E 1A
Octal 203 4 123 0 141 45 61 503 136 32
Binary 10000011 100 1010011 0 1100001 100101 110001 101000011 1011110 11010

Color Harmonies of #830453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830453

Black with #830453

Text Example


Text Example

White with #830453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830453; }

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

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

background-color css

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

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

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

border-color css

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

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

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