Html Css Color HEX #830295 Dark Magenta

📋 copy color: '#830295'

red 131 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #830295

Tints of Dark Magenta #830295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 46.45%
G = 0.71%
B = 52.84%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830295 (or 0x830295) is known color: Dark Magenta. HEX triplet: 83, 02 and 95. RGB value is (131,2,149). Sum of RGB (Red+Green+Blue) = 131+2+149=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #830295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830295 is #7CFD6A. Grayscale: #383838. Windows color (decimal): -8191339 or 9765507. OLE color: 9765507.

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

Color convert

RGB 131 2 149 -
CMYK 0.12 0.99 0 0.42
HSL 292.65º 0.97% 0.3% -
HSV(B) 292.65º 0.99% 0.58% -
XYZ 14.81 7.04 29.01 -
YUV 57.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 131 2 149 0.12 0.99 0 0.42 292.65 0.97 0.3
Hex 83 2 95 C 63 0 2A 125 61 1E
Octal 203 2 225 14 143 0 52 445 141 36
Binary 10000011 10 10010101 1100 1100011 0 101010 100100101 1100001 11110

Color Harmonies of #830295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830295

Black with #830295

Text Example


Text Example

White with #830295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830295; }

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

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

background-color css

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

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

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

border-color css

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

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

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