Html Css Color HEX #830991 Dark Magenta

📋 copy color: '#830991'

red 131 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #830991

Tints of Dark Magenta #830991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 45.96%
G = 3.16%
B = 50.88%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830991 (or 0x830991) is known color: Dark Magenta. HEX triplet: 83, 09 and 91. RGB value is (131,9,145). Sum of RGB (Red+Green+Blue) = 131+9+145=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #830991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830991 is #7CF66E. Grayscale: #3C3C3C. Windows color (decimal): -8189551 or 9505155. OLE color: 9505155.

HSL color Cylindrical-coordinate representation of color #830991: hue angle of 293.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830991 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 9 145 -
CMYK 0.10 0.94 0 0.43
HSL 293.82º 0.88% 0.3% -
HSV(B) 293.82º 0.94% 0.57% -
XYZ 14.57 7.07 27.38 -
YUV 60.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 131 9 145 0.10 0.94 0 0.43 293.82 0.88 0.3
Hex 83 9 91 A 5E 0 2B 126 58 1E
Octal 203 11 221 12 136 0 53 446 130 36
Binary 10000011 1001 10010001 1010 1011110 0 101011 100100110 1011000 11110

Color Harmonies of #830991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830991

Black with #830991

Text Example


Text Example

White with #830991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830991; }

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

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

background-color css

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

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

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

border-color css

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

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

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