Html Css Color HEX #830993 Dark Magenta

📋 copy color: '#830993'

red 131 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #830993

Tints of Dark Magenta #830993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.14%

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

R = 45.64%
G = 3.14%
B = 51.22%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830993 (or 0x830993) is known color: Dark Magenta. HEX triplet: 83, 09 and 93. RGB value is (131,9,147). Sum of RGB (Red+Green+Blue) = 131+9+147=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #830993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830993 is #7CF66C. Grayscale: #3C3C3C. Windows color (decimal): -8189549 or 9636227. OLE color: 9636227.

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

Color convert

RGB 131 9 147 -
CMYK 0.11 0.94 0 0.42
HSL 293.04º 0.88% 0.31% -
HSV(B) 293.04º 0.94% 0.58% -
XYZ 14.72 7.13 28.2 -
YUV 61.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 131 9 147 0.11 0.94 0 0.42 293.04 0.88 0.31
Hex 83 9 93 B 5E 0 2A 125 58 1F
Octal 203 11 223 13 136 0 52 445 130 37
Binary 10000011 1001 10010011 1011 1011110 0 101010 100100101 1011000 11111

Color Harmonies of #830993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830993

Black with #830993

Text Example


Text Example

White with #830993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830993; }

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

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

background-color css

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

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

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

border-color css

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

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

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