Html Css Color HEX #830550 Eggplant

📋 copy color: '#830550'

red 131 ◦ green 5 ◦ blue 80

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

Shades of Eggplant #830550

Tints of Eggplant #830550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 60.65%
G = 2.31%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#830550 (or 0x830550) is known color: Eggplant. HEX triplet: 83, 05 and 50. RGB value is (131,5,80). Sum of RGB (Red+Green+Blue) = 131+5+80=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #830550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830550 is #7CFAAF. Grayscale: #333333. Windows color (decimal): -8190640 or 5244291. OLE color: 5244291.

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

Color convert

RGB 131 5 80 -
CMYK 0 0.96 0.39 0.49
HSL 324.29º 0.93% 0.27% -
HSV(B) 324.29º 0.96% 0.51% -
XYZ 10.86 5.51 8.08 -
YUV 51.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 131 5 80 0 0.96 0.39 0.49 324.29 0.93 0.27
Hex 83 5 50 0 60 27 31 144 5D 1B
Octal 203 5 120 0 140 47 61 504 135 33
Binary 10000011 101 1010000 0 1100000 100111 110001 101000100 1011101 11011

Color Harmonies of #830550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830550

Black with #830550

Text Example


Text Example

White with #830550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830550; }

 p { color: rgb(131,5,80); }

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

background-color css

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

 a { background-color: rgb(131,5,80); }

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

border-color css

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

 span { border-color: rgb(131,5,80); }

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