Html Css Color HEX #830355 Eggplant

📋 copy color: '#830355'

red 131 ◦ green 3 ◦ blue 85

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

Shades of Eggplant #830355

Tints of Eggplant #830355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 59.82%
G = 1.37%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#830355 (or 0x830355) is known color: Eggplant. HEX triplet: 83, 03 and 55. RGB value is (131,3,85). Sum of RGB (Red+Green+Blue) = 131+3+85=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #830355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830355 is #7CFCAA. Grayscale: #323232. Windows color (decimal): -8191147 or 5571459. OLE color: 5571459.

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

Color convert

RGB 131 3 85 -
CMYK 0 0.98 0.35 0.49
HSL 321.56º 0.96% 0.26% -
HSV(B) 321.56º 0.98% 0.51% -
XYZ 11.03 5.55 9.08 -
YUV 50.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 131 3 85 0 0.98 0.35 0.49 321.56 0.96 0.26
Hex 83 3 55 0 62 23 31 142 60 1A
Octal 203 3 125 0 142 43 61 502 140 32
Binary 10000011 11 1010101 0 1100010 100011 110001 101000010 1100000 11010

Color Harmonies of #830355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830355

Black with #830355

Text Example


Text Example

White with #830355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830355; }

 p { color: rgb(131,3,85); }

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

background-color css

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

 a { background-color: rgb(131,3,85); }

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

border-color css

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

 span { border-color: rgb(131,3,85); }

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