Html Css Color HEX #830391 Dark Magenta

📋 copy color: '#830391'

red 131 ◦ green 3 ◦ blue 145

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

Shades of Dark Magenta #830391

Tints of Dark Magenta #830391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 46.95%
G = 1.08%
B = 51.97%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830391 (or 0x830391) is known color: Dark Magenta. HEX triplet: 83, 03 and 91. RGB value is (131,3,145). Sum of RGB (Red+Green+Blue) = 131+3+145=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #830391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830391 is #7CFC6E. Grayscale: #393939. Windows color (decimal): -8191087 or 9503619. OLE color: 9503619.

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

Color convert

RGB 131 3 145 -
CMYK 0.10 0.98 0 0.43
HSL 294.08º 0.96% 0.29% -
HSV(B) 294.08º 0.98% 0.57% -
XYZ 14.5 6.93 27.36 -
YUV 57.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 131 3 145 0.10 0.98 0 0.43 294.08 0.96 0.29
Hex 83 3 91 A 62 0 2B 126 60 1D
Octal 203 3 221 12 142 0 53 446 140 35
Binary 10000011 11 10010001 1010 1100010 0 101011 100100110 1100000 11101

Color Harmonies of #830391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830391

Black with #830391

Text Example


Text Example

White with #830391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830391; }

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

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

background-color css

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

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

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

border-color css

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

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

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