Html Css Color HEX #830562 Eggplant

📋 copy color: '#830562'

red 131 ◦ green 5 ◦ blue 98

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

Shades of Eggplant #830562

Tints of Eggplant #830562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 55.98%
G = 2.14%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#830562 (or 0x830562) is known color: Eggplant. HEX triplet: 83, 05 and 62. RGB value is (131,5,98). Sum of RGB (Red+Green+Blue) = 131+5+98=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #830562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830562 is #7CFA9D. Grayscale: #353535. Windows color (decimal): -8190622 or 6423939. OLE color: 6423939.

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

Color convert

RGB 131 5 98 -
CMYK 0 0.96 0.25 0.49
HSL 315.71º 0.93% 0.27% -
HSV(B) 315.71º 0.96% 0.51% -
XYZ 11.62 5.82 12.07 -
YUV 53.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 131 5 98 0 0.96 0.25 0.49 315.71 0.93 0.27
Hex 83 5 62 0 60 19 31 13C 5D 1B
Octal 203 5 142 0 140 31 61 474 135 33
Binary 10000011 101 1100010 0 1100000 11001 110001 100111100 1011101 11011

Color Harmonies of #830562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830562

Black with #830562

Text Example


Text Example

White with #830562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830562; }

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

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

background-color css

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

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

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

border-color css

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

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

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