#830B9C

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

Shades of Dark Magenta #830B9C

Tints of Dark Magenta #830B9C

Color information

#830B9C (or 0x830B9C) is unknown color: approx Dark Magenta. HEX triplet: 83, 0B and 9C. RGB value is (131,11,156). Sum of RGB (Red+Green+Blue) = 131+11+156=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #830B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830B9C is #7CF463. Grayscale: #3E3E3E. Windows color (decimal): -8189028 or 10226563. OLE color: 10226563.

HSL color Cylindrical-coordinate representation of color #830B9C: hue angle of 289.66º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830B9C is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13111156-
CMYK0.160.9300.39
HSL289.66º86.83%32.75%-
HSV(B)289.66º92.95%61.18%-
XYZ15.487.4632.08-
YUV63.41180.26176.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=43.96%
G=3.69%
B=52.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131111560.160.9300.39289.6686.8332.75
Hex83B9C105D0271225721
Octal203132342013504744212741
Binary1000001110111001110010000101110101001111001000101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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