#830193

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

Shades of Dark Magenta #830193

Tints of Dark Magenta #830193

Color information

#830193 (or 0x830193) is unknown color: approx Dark Magenta. HEX triplet: 83, 01 and 93. RGB value is (131,1,147). Sum of RGB (Red+Green+Blue) = 131+1+147=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #830193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830193 is #7CFE6C. Grayscale: #383838. Windows color (decimal): -8191597 or 9634179. OLE color: 9634179.

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

Color convert

RGB1311147-
CMYK0.110.9900.42
HSL293.42º98.65%29.02%-
HSV(B)293.42º99.32%57.65%-
XYZ14.646.9528.17-
YUV56.51179.07181.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=46.95%
G=0.36%
B=52.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13111470.110.9900.42293.4298.6529.02
Hex83193B6302A125631d
Octal20312231314305244514335
Binary10000011110010011101111000110101010100100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830193; }

 p { color: rgb(131,1,147); }

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

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

 a { background-color: rgb(131,1,147); }

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

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

 span { border-color: rgb(131,1,147); }

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