Html Css Color HEX #830592 Dark Magenta

📋 copy color: '#830592'

red 131 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #830592

Tints of Dark Magenta #830592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 46.45%
G = 1.77%
B = 51.77%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#830592 (or 0x830592) is known color: Dark Magenta. HEX triplet: 83, 05 and 92. RGB value is (131,5,146). Sum of RGB (Red+Green+Blue) = 131+5+146=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #830592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830592 is #7CFA6D. Grayscale: #3A3A3A. Windows color (decimal): -8190574 or 9569667. OLE color: 9569667.

HSL color Cylindrical-coordinate representation of color #830592: hue angle of 293.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830592 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 5 146 -
CMYK 0.10 0.97 0 0.43
HSL 293.62º 0.93% 0.3% -
HSV(B) 293.62º 0.97% 0.57% -
XYZ 14.6 7.01 27.78 -
YUV 58.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 131 5 146 0.10 0.97 0 0.43 293.62 0.93 0.3
Hex 83 5 92 A 61 0 2B 126 5D 1E
Octal 203 5 222 12 141 0 53 446 135 36
Binary 10000011 101 10010010 1010 1100001 0 101011 100100110 1011101 11110

Color Harmonies of #830592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830592

Black with #830592

Text Example


Text Example

White with #830592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830592; }

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

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

background-color css

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

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

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

border-color css

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

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

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