#830F95

Color #830F95 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #830F95

Tints of Dark Magenta #830F95

Color information

#830F95 (or 0x830F95) is unknown color: approx Dark Magenta. HEX triplet: 83, 0F and 95. RGB value is (131,15,149). Sum of RGB (Red+Green+Blue) = 131+15+149=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #830F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830F95 is #7CF06A. Grayscale: #404040. Windows color (decimal): -8188011 or 9768835. OLE color: 9768835.

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

Color convert

RGB13115149-
CMYK0.120.9000.42
HSL291.94º81.71%32.16%-
HSV(B)291.94º89.93%58.43%-
XYZ14.967.3429.06-
YUV64.96175.43175.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=44.41%
G=5.08%
B=50.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131151490.120.9000.42291.9481.7132.16
Hex83F95C5A02A1245220
Octal203172251413205244412240
Binary100000111111100101011100101101001010101001001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830F95; }

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

 H1.HeaderClassName
 {
   color: #830F95;
 }
 .AnyTagClassName
 {
   color: #830F95;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #830F95;
 }
 .BgClassName
 {
   background-color: #830F95;
 }
</style>
border-color css

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

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

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