Html Css Color HEX #830291 Dark Magenta

📋 copy color: '#830291'

red 131 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #830291

Tints of Dark Magenta #830291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 47.12%
G = 0.72%
B = 52.16%

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

#830291 (or 0x830291) is known color: Dark Magenta. HEX triplet: 83, 02 and 91. RGB value is (131,2,145). Sum of RGB (Red+Green+Blue) = 131+2+145=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #830291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830291 is #7CFD6E. Grayscale: #383838. Windows color (decimal): -8191343 or 9503363. OLE color: 9503363.

HSL color Cylindrical-coordinate representation of color #830291: hue angle of 294.13º degrees, saturation: 0.97, 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 #830291 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 2 145 -
CMYK 0.10 0.99 0 0.43
HSL 294.13º 0.97% 0.29% -
HSV(B) 294.13º 0.99% 0.57% -
XYZ 14.49 6.91 27.36 -
YUV 56.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 131 2 145 0.10 0.99 0 0.43 294.13 0.97 0.29
Hex 83 2 91 A 63 0 2B 126 61 1D
Octal 203 2 221 12 143 0 53 446 141 35
Binary 10000011 10 10010001 1010 1100011 0 101011 100100110 1100001 11101

Color Harmonies of #830291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830291

Black with #830291

Text Example


Text Example

White with #830291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830291; }

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

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

background-color css

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

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

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

border-color css

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

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

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