#830AAF

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

Shades of Dark Violet #830AAF

Tints of Dark Violet #830AAF

Color information

#830AAF (or 0x830AAF) is unknown color: approx Dark Violet. HEX triplet: 83, 0A and AF. RGB value is (131,10,175). Sum of RGB (Red+Green+Blue) = 131+10+175=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #830AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830AAF is #7CF550. Grayscale: #404040. Windows color (decimal): -8189265 or 11471491. OLE color: 11471491.

HSL color Cylindrical-coordinate representation of color #830AAF: hue angle of 284º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830AAF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13110175-
CMYK0.250.9400.31
HSL284º89.19%36.27%-
HSV(B)284º94.29%68.63%-
XYZ17.218.1441.22-
YUV64.99190.09175.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.46%
GREEN value IS 10 (4.30% from 255) = 3.16%
BLUE value IS 175 (68.75% from 255) = 55.38%
R=41.46%
G=3.16%
B=55.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131101750.250.9400.3128489.1936.27
Hex83AAF195E01F11c5924
Octal203122573113603743413144
Binary100000111010101011111100110111100111111000111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,10,175); }

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

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

 a { background-color: rgb(131,10,175); }

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

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

 span { border-color: rgb(131,10,175); }

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