Html Css Color HEX #830561 Eggplant

📋 copy color: '#830561'

red 131 ◦ green 5 ◦ blue 97

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

Shades of Eggplant #830561

Tints of Eggplant #830561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 56.22%
G = 2.15%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#830561 (or 0x830561) is known color: Eggplant. HEX triplet: 83, 05 and 61. RGB value is (131,5,97). Sum of RGB (Red+Green+Blue) = 131+5+97=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #830561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830561 is #7CFA9E. Grayscale: #343434. Windows color (decimal): -8190623 or 6358403. OLE color: 6358403.

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

Color convert

RGB 131 5 97 -
CMYK 0 0.96 0.26 0.49
HSL 316.19º 0.93% 0.27% -
HSV(B) 316.19º 0.96% 0.51% -
XYZ 11.57 5.8 11.82 -
YUV 53.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 131 5 97 0 0.96 0.26 0.49 316.19 0.93 0.27
Hex 83 5 61 0 60 1A 31 13C 5D 1B
Octal 203 5 141 0 140 32 61 474 135 33
Binary 10000011 101 1100001 0 1100000 11010 110001 100111100 1011101 11011

Color Harmonies of #830561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830561

Black with #830561

Text Example


Text Example

White with #830561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830561; }

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

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

background-color css

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

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

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

border-color css

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

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

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