#830B97

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

Shades of Dark Magenta #830B97

Tints of Dark Magenta #830B97

Color information

#830B97 (or 0x830B97) is unknown color: approx Dark Magenta. HEX triplet: 83, 0B and 97. RGB value is (131,11,151). Sum of RGB (Red+Green+Blue) = 131+11+151=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #830B97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830B97 is #7CF468. Grayscale: #3E3E3E. Windows color (decimal): -8189033 or 9898883. OLE color: 9898883.

HSL color Cylindrical-coordinate representation of color #830B97: hue angle of 291.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830B97 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13111151-
CMYK0.130.9300.41
HSL291.43º86.42%31.76%-
HSV(B)291.43º92.72%59.22%-
XYZ15.077.329.89-
YUV62.84177.76176.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 11 (4.69% from 255) = 3.75%
BLUE value IS 151 (59.38% from 255) = 51.54%
R=44.71%
G=3.75%
B=51.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131111510.130.9300.41291.4386.4231.76
Hex83B97D5D0291235620
Octal203132271513505144312640
Binary100000111011100101111101101110101010011001000111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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