#830B9B

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

Shades of Dark Magenta #830B9B

Tints of Dark Magenta #830B9B

Color information

#830B9B (or 0x830B9B) is unknown color: approx Dark Magenta. HEX triplet: 83, 0B and 9B. RGB value is (131,11,155). Sum of RGB (Red+Green+Blue) = 131+11+155=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #830B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830B9B is #7CF464. Grayscale: #3E3E3E. Windows color (decimal): -8189029 or 10161027. OLE color: 10161027.

HSL color Cylindrical-coordinate representation of color #830B9B: hue angle of 290º 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 #830B9B is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13111155-
CMYK0.150.9300.39
HSL290º86.75%32.55%-
HSV(B)290º92.9%60.78%-
XYZ15.47.4331.63-
YUV63.3179.76176.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=44.11%
G=3.70%
B=52.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131111550.150.9300.3929086.7532.55
Hex83B9BF5D0271225721
Octal203132331713504744212741
Binary100000111011100110111111101110101001111001000101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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