Html Css Color HEX #830154 Eggplant

📋 copy color: '#830154'

red 131 ◦ green 1 ◦ blue 84

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

Shades of Eggplant #830154

Tints of Eggplant #830154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 60.65%
G = 0.46%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#830154 (or 0x830154) is known color: Eggplant. HEX triplet: 83, 01 and 54. RGB value is (131,1,84). Sum of RGB (Red+Green+Blue) = 131+1+84=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #830154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830154 is #7CFEAB. Grayscale: #313131. Windows color (decimal): -8191660 or 5505411. OLE color: 5505411.

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

Color convert

RGB 131 1 84 -
CMYK 0 0.99 0.36 0.49
HSL 321.69º 0.98% 0.26% -
HSV(B) 321.69º 0.99% 0.51% -
XYZ 10.97 5.49 8.87 -
YUV 49.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 131 1 84 0 0.99 0.36 0.49 321.69 0.98 0.26
Hex 83 1 54 0 63 24 31 142 62 1A
Octal 203 1 124 0 143 44 61 502 142 32
Binary 10000011 1 1010100 0 1100011 100100 110001 101000010 1100010 11010

Color Harmonies of #830154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830154

Black with #830154

Text Example


Text Example

White with #830154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830154; }

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

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

background-color css

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

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

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

border-color css

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

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

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