Html Css Color HEX #830054 Eggplant

📋 copy color: '#830054'

red 131 ◦ green 0 ◦ blue 84

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

Shades of Eggplant #830054

Tints of Eggplant #830054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.93%
G = 0%
B = 39.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#830054 (or 0x830054) is known color: Eggplant. HEX triplet: 83, 00 and 54. RGB value is (131,0,84). Sum of RGB (Red+Green+Blue) = 131+0+84=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #830054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830054 is #7CFFAB. Grayscale: #303030. Windows color (decimal): -8191916 or 5505155. OLE color: 5505155.

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

Color convert

RGB 131 0 84 -
CMYK 0 1 0.36 0.49
HSL 321.53º 1% 0.26% -
HSV(B) 321.53º 1% 0.51% -
XYZ 10.96 5.47 8.86 -
YUV 48.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 131 0 84 0 1 0.36 0.49 321.53 1 0.26
Hex 83 0 54 0 64 24 31 142 64 1A
Octal 203 0 124 0 144 44 61 502 144 32
Binary 10000011 0 1010100 0 1100100 100100 110001 101000010 1100100 11010

Color Harmonies of #830054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830054

Black with #830054

Text Example


Text Example

White with #830054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830054; }

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

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

background-color css

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

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

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

border-color css

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

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

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