Html Css Color HEX #830191 Dark Magenta

📋 copy color: '#830191'

red 131 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #830191

Tints of Dark Magenta #830191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 47.29%
G = 0.36%
B = 52.35%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830191 (or 0x830191) is known color: Dark Magenta. HEX triplet: 83, 01 and 91. RGB value is (131,1,145). Sum of RGB (Red+Green+Blue) = 131+1+145=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #830191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830191 is #7CFE6E. Grayscale: #373737. Windows color (decimal): -8191599 or 9503107. OLE color: 9503107.

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

Color convert

RGB 131 1 145 -
CMYK 0.10 0.99 0 0.43
HSL 294.17º 0.99% 0.29% -
HSV(B) 294.17º 0.99% 0.57% -
XYZ 14.48 6.89 27.35 -
YUV 56.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 131 1 145 0.10 0.99 0 0.43 294.17 0.99 0.29
Hex 83 1 91 A 63 0 2B 126 63 1D
Octal 203 1 221 12 143 0 53 446 143 35
Binary 10000011 1 10010001 1010 1100011 0 101011 100100110 1100011 11101

Color Harmonies of #830191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830191

Black with #830191

Text Example


Text Example

White with #830191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830191; }

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

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

background-color css

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

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

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

border-color css

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

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

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