#830C9F

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

Shades of Dark Magenta #830C9F

Tints of Dark Magenta #830C9F

Color information

#830C9F (or 0x830C9F) is unknown color: approx Dark Magenta. HEX triplet: 83, 0C and 9F. RGB value is (131,12,159). Sum of RGB (Red+Green+Blue) = 131+12+159=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #830C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830C9F is #7CF360. Grayscale: #3F3F3F. Windows color (decimal): -8188769 or 10423427. OLE color: 10423427.

HSL color Cylindrical-coordinate representation of color #830C9F: hue angle of 288.57º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830C9F is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13112159-
CMYK0.180.9200.38
HSL288.57º85.96%33.53%-
HSV(B)288.57º92.45%62.35%-
XYZ15.757.5933.44-
YUV64.34181.42175.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 12 (5.08% from 255) = 3.97%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=43.38%
G=3.97%
B=52.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131121590.180.9200.38288.5785.9633.53
Hex83C9F125C0261215622
Octal203142372213404644112642
Binary1000001111001001111110010101110001001101001000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,12,159); }

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

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

 a { background-color: rgb(131,12,159); }

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

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

 span { border-color: rgb(131,12,159); }

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