Html Css Color HEX #830493 Dark Magenta

📋 copy color: '#830493'

red 131 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #830493

Tints of Dark Magenta #830493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 46.45%
G = 1.42%
B = 52.13%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830493 (or 0x830493) is known color: Dark Magenta. HEX triplet: 83, 04 and 93. RGB value is (131,4,147). Sum of RGB (Red+Green+Blue) = 131+4+147=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #830493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830493 is #7CFB6C. Grayscale: #393939. Windows color (decimal): -8190829 or 9634947. OLE color: 9634947.

HSL color Cylindrical-coordinate representation of color #830493: hue angle of 293.29º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830493 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 4 147 -
CMYK 0.11 0.97 0 0.42
HSL 293.29º 0.95% 0.3% -
HSV(B) 293.29º 0.97% 0.58% -
XYZ 14.67 7.02 28.19 -
YUV 58.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 131 4 147 0.11 0.97 0 0.42 293.29 0.95 0.3
Hex 83 4 93 B 61 0 2A 125 5F 1E
Octal 203 4 223 13 141 0 52 445 137 36
Binary 10000011 100 10010011 1011 1100001 0 101010 100100101 1011111 11110

Color Harmonies of #830493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830493

Black with #830493

Text Example


Text Example

White with #830493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830493; }

 p { color: rgb(131,4,147); }

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

background-color css

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

 a { background-color: rgb(131,4,147); }

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

border-color css

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

 span { border-color: rgb(131,4,147); }

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