#830FAB

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

Shades of Dark Magenta #830FAB

Tints of Dark Magenta #830FAB

Color information

#830FAB (or 0x830FAB) is unknown color: approx Dark Magenta. HEX triplet: 83, 0F and AB. RGB value is (131,15,171). Sum of RGB (Red+Green+Blue) = 131+15+171=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #830FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830FAB is #7CF054. Grayscale: #424242. Windows color (decimal): -8187989 or 11210627. OLE color: 11210627.

HSL color Cylindrical-coordinate representation of color #830FAB: hue angle of 284.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830FAB is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13115171-
CMYK0.230.9100.33
HSL284.62º83.87%36.47%-
HSV(B)284.62º91.23%67.06%-
XYZ16.888.1139.2-
YUV67.47186.43173.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 15 (6.25% from 255) = 4.73%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=41.32%
G=4.73%
B=53.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131151710.230.9100.33284.6283.8736.47
Hex83FAB175B02111d5424
Octal203172532713304143512444
Binary1000001111111010101110111101101101000011000111011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,15,171); }

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

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

 a { background-color: rgb(131,15,171); }

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

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

 span { border-color: rgb(131,15,171); }

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