Html Css Color HEX #830454 Eggplant

📋 copy color: '#830454'

red 131 ◦ green 4 ◦ blue 84

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

Shades of Eggplant #830454

Tints of Eggplant #830454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.36%

R = 59.82%
G = 1.83%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#830454 (or 0x830454) is known color: Eggplant. HEX triplet: 83, 04 and 54. RGB value is (131,4,84). Sum of RGB (Red+Green+Blue) = 131+4+84=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #830454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830454 is #7CFBAB. Grayscale: #323232. Windows color (decimal): -8190892 or 5506179. OLE color: 5506179.

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

Color convert

RGB 131 4 84 -
CMYK 0 0.97 0.36 0.49
HSL 322.2º 0.94% 0.26% -
HSV(B) 322.2º 0.97% 0.51% -
XYZ 11 5.55 8.88 -
YUV 51.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 131 4 84 0 0.97 0.36 0.49 322.2 0.94 0.26
Hex 83 4 54 0 61 24 31 142 5E 1A
Octal 203 4 124 0 141 44 61 502 136 32
Binary 10000011 100 1010100 0 1100001 100100 110001 101000010 1011110 11010

Color Harmonies of #830454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830454

Black with #830454

Text Example


Text Example

White with #830454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830454; }

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

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

background-color css

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

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

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

border-color css

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

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

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