Html Css Color HEX #830996 Dark Magenta

📋 copy color: '#830996'

red 131 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #830996

Tints of Dark Magenta #830996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

 BLUE value IS 150 (58.98% from 255) = 51.72%

R = 45.17%
G = 3.1%
B = 51.72%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#830996 (or 0x830996) is known color: Dark Magenta. HEX triplet: 83, 09 and 96. RGB value is (131,9,150). Sum of RGB (Red+Green+Blue) = 131+9+150=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #830996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830996 is #7CF669. Grayscale: #3D3D3D. Windows color (decimal): -8189546 or 9832835. OLE color: 9832835.

HSL color Cylindrical-coordinate representation of color #830996: hue angle of 291.91º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830996 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 9 150 -
CMYK 0.13 0.94 0 0.41
HSL 291.91º 0.89% 0.31% -
HSV(B) 291.91º 0.94% 0.59% -
XYZ 14.96 7.22 29.46 -
YUV 61.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 131 9 150 0.13 0.94 0 0.41 291.91 0.89 0.31
Hex 83 9 96 D 5E 0 29 124 59 1F
Octal 203 11 226 15 136 0 51 444 131 37
Binary 10000011 1001 10010110 1101 1011110 0 101001 100100100 1011001 11111

Color Harmonies of #830996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830996

Black with #830996

Text Example


Text Example

White with #830996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830996; }

 p { color: rgb(131,9,150); }

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

background-color css

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

 a { background-color: rgb(131,9,150); }

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

border-color css

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

 span { border-color: rgb(131,9,150); }

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