#830095

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

Shades of Dark Magenta #830095

Tints of Dark Magenta #830095

Color information

#830095 (or 0x830095) is unknown color: approx Dark Magenta. HEX triplet: 83, 00 and 95. RGB value is (131,0,149). Sum of RGB (Red+Green+Blue) = 131+0+149=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #830095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830095 is #7CFF6A. Grayscale: #373737. Windows color (decimal): -8191851 or 9764995. OLE color: 9764995.

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

Color convert

RGB1310149-
CMYK0.12100.42
HSL292.75º100%29.22%-
HSV(B)292.75º100%58.43%-
XYZ14.78729-
YUV56.16180.4181.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=46.79%
G=0%
B=53.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13101490.12100.42292.7510029.22
Hex83095C6402A125641d
Octal20302251414405244514435
Binary10000011010010101110011001000101010100100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830095; }

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

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

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

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

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

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

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

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