#830B95

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

Shades of Dark Magenta #830B95

Tints of Dark Magenta #830B95

Color information

#830B95 (or 0x830B95) is unknown color: approx Dark Magenta. HEX triplet: 83, 0B and 95. RGB value is (131,11,149). Sum of RGB (Red+Green+Blue) = 131+11+149=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #830B95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830B95 is #7CF46A. Grayscale: #3E3E3E. Windows color (decimal): -8189035 or 9767811. OLE color: 9767811.

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

Color convert

RGB13111149-
CMYK0.120.9300.42
HSL292.17º86.25%31.37%-
HSV(B)292.17º92.62%58.43%-
XYZ14.97.2329.04-
YUV62.61176.76176.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=45.02%
G=3.78%
B=51.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131111490.120.9300.42292.1786.2531.37
Hex83B95C5D02A124561f
Octal203132251413505244412637
Binary10000011101110010101110010111010101010100100100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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