Html Css Color HEX #830895 Dark Magenta

📋 copy color: '#830895'

red 131 ◦ green 8 ◦ blue 149

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

Shades of Dark Magenta #830895

Tints of Dark Magenta #830895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

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

R = 45.49%
G = 2.78%
B = 51.74%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830895 (or 0x830895) is known color: Dark Magenta. HEX triplet: 83, 08 and 95. RGB value is (131,8,149). Sum of RGB (Red+Green+Blue) = 131+8+149=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #830895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830895 is #7CF76A. Grayscale: #3C3C3C. Windows color (decimal): -8189803 or 9767043. OLE color: 9767043.

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

Color convert

RGB 131 8 149 -
CMYK 0.12 0.95 0 0.42
HSL 292.34º 0.9% 0.31% -
HSV(B) 292.34º 0.95% 0.58% -
XYZ 14.87 7.17 29.03 -
YUV 60.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 131 8 149 0.12 0.95 0 0.42 292.34 0.9 0.31
Hex 83 8 95 C 5F 0 2A 124 5A 1F
Octal 203 10 225 14 137 0 52 444 132 37
Binary 10000011 1000 10010101 1100 1011111 0 101010 100100100 1011010 11111

Color Harmonies of #830895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830895

Black with #830895

Text Example


Text Example

White with #830895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830895; }

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

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

background-color css

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

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

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

border-color css

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

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

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