#830DAF

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

Shades of Dark Violet #830DAF

Tints of Dark Violet #830DAF

Color information

#830DAF (or 0x830DAF) is unknown color: approx Dark Violet. HEX triplet: 83, 0D and AF. RGB value is (131,13,175). Sum of RGB (Red+Green+Blue) = 131+13+175=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #830DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830DAF is #7CF250. Grayscale: #424242. Windows color (decimal): -8188497 or 11472259. OLE color: 11472259.

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

Color convert

RGB13113175-
CMYK0.250.9300.31
HSL283.7º86.17%36.86%-
HSV(B)283.7º92.57%68.63%-
XYZ17.248.2141.23-
YUV66.75189.09173.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 13 (5.47% from 255) = 4.08%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=41.07%
G=4.08%
B=54.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131131750.250.9300.31283.786.1736.86
Hex83DAF195D01F11c5625
Octal203152573113503743412645
Binary100000111101101011111100110111010111111000111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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