Html Css Color HEX #830595 Dark Magenta

📋 copy color: '#830595'

red 131 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #830595

Tints of Dark Magenta #830595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 45.96%
G = 1.75%
B = 52.28%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830595 (or 0x830595) is known color: Dark Magenta. HEX triplet: 83, 05 and 95. RGB value is (131,5,149). Sum of RGB (Red+Green+Blue) = 131+5+149=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #830595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830595 is #7CFA6A. Grayscale: #3A3A3A. Windows color (decimal): -8190571 or 9766275. OLE color: 9766275.

HSL color Cylindrical-coordinate representation of color #830595: hue angle of 292.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830595 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 5 149 -
CMYK 0.12 0.97 0 0.42
HSL 292.5º 0.94% 0.3% -
HSV(B) 292.5º 0.97% 0.58% -
XYZ 14.84 7.1 29.02 -
YUV 59.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 131 5 149 0.12 0.97 0 0.42 292.5 0.94 0.3
Hex 83 5 95 C 61 0 2A 124 5E 1E
Octal 203 5 225 14 141 0 52 444 136 36
Binary 10000011 101 10010101 1100 1100001 0 101010 100100100 1011110 11110

Color Harmonies of #830595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830595

Black with #830595

Text Example


Text Example

White with #830595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830595; }

 p { color: rgb(131,5,149); }

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

background-color css

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

 a { background-color: rgb(131,5,149); }

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

border-color css

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

 span { border-color: rgb(131,5,149); }

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