Html Css Color HEX #830091 Dark Magenta

📋 copy color: '#830091'

red 131 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #830091

Tints of Dark Magenta #830091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.46%
G = 0%
B = 52.54%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830091 (or 0x830091) is known color: Dark Magenta. HEX triplet: 83, 00 and 91. RGB value is (131,0,145). Sum of RGB (Red+Green+Blue) = 131+0+145=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #830091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830091 is #7CFF6E. Grayscale: #373737. Windows color (decimal): -8191855 or 9502851. OLE color: 9502851.

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

Color convert

RGB 131 0 145 -
CMYK 0.10 1 0 0.43
HSL 294.21º 1% 0.28% -
HSV(B) 294.21º 1% 0.57% -
XYZ 14.47 6.87 27.35 -
YUV 55.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 131 0 145 0.10 1 0 0.43 294.21 1 0.28
Hex 83 0 91 A 64 0 2B 126 64 1C
Octal 203 0 221 12 144 0 53 446 144 34
Binary 10000011 0 10010001 1010 1100100 0 101011 100100110 1100100 11100

Color Harmonies of #830091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830091

Black with #830091

Text Example


Text Example

White with #830091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830091; }

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

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

background-color css

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

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

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

border-color css

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

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

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