Html Css Color HEX #830891 Dark Magenta

📋 copy color: '#830891'

red 131 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #830891

Tints of Dark Magenta #830891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

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

R = 46.13%
G = 2.82%
B = 51.06%

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

#830891 (or 0x830891) is known color: Dark Magenta. HEX triplet: 83, 08 and 91. RGB value is (131,8,145). Sum of RGB (Red+Green+Blue) = 131+8+145=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #830891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830891 is #7CF76E. Grayscale: #3B3B3B. Windows color (decimal): -8189807 or 9504899. OLE color: 9504899.

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

Color convert

RGB 131 8 145 -
CMYK 0.10 0.94 0 0.43
HSL 293.87º 0.9% 0.3% -
HSV(B) 293.87º 0.94% 0.57% -
XYZ 14.56 7.04 27.38 -
YUV 60.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 131 8 145 0.10 0.94 0 0.43 293.87 0.9 0.3
Hex 83 8 91 A 5E 0 2B 126 5A 1E
Octal 203 10 221 12 136 0 53 446 132 36
Binary 10000011 1000 10010001 1010 1011110 0 101011 100100110 1011010 11110

Color Harmonies of #830891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830891

Black with #830891

Text Example


Text Example

White with #830891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830891; }

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

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

background-color css

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

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

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

border-color css

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

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

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