Html Css Color HEX #830696 Dark Magenta

📋 copy color: '#830696'

red 131 ◦ green 6 ◦ blue 150

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

Shades of Dark Magenta #830696

Tints of Dark Magenta #830696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

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

R = 45.64%
G = 2.09%
B = 52.26%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#830696 (or 0x830696) is known color: Dark Magenta. HEX triplet: 83, 06 and 96. RGB value is (131,6,150). Sum of RGB (Red+Green+Blue) = 131+6+150=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #830696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830696 is #7CF969. Grayscale: #3B3B3B. Windows color (decimal): -8190314 or 9832067. OLE color: 9832067.

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

Color convert

RGB 131 6 150 -
CMYK 0.13 0.96 0 0.41
HSL 292.08º 0.92% 0.31% -
HSV(B) 292.08º 0.96% 0.59% -
XYZ 14.93 7.16 29.45 -
YUV 59.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 131 6 150 0.13 0.96 0 0.41 292.08 0.92 0.31
Hex 83 6 96 D 60 0 29 124 5C 1F
Octal 203 6 226 15 140 0 51 444 134 37
Binary 10000011 110 10010110 1101 1100000 0 101001 100100100 1011100 11111

Color Harmonies of #830696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830696

Black with #830696

Text Example


Text Example

White with #830696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830696; }

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

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

background-color css

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

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

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

border-color css

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

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

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