#830FDA

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

Shades of Dark Violet #830FDA

Tints of Dark Violet #830FDA

Color information

#830FDA (or 0x830FDA) is unknown color: approx Dark Violet. HEX triplet: 83, 0F and DA. RGB value is (131,15,218). Sum of RGB (Red+Green+Blue) = 131+15+218=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #830FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FDA is #7CF025. Grayscale: #484848. Windows color (decimal): -8187942 or 14290819. OLE color: 14290819.

HSL color Cylindrical-coordinate representation of color #830FDA: hue angle of 274.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FDA is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13115218-
CMYK0.400.9300.15
HSL274.29º87.12%45.69%-
HSV(B)274.29º93.12%85.49%-
XYZ22.1910.2367.13-
YUV72.83209.93169.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 15 (6.25% from 255) = 4.12%
BLUE value IS 218 (85.55% from 255) = 59.89%
R=35.99%
G=4.12%
B=59.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131152180.400.9300.15274.2987.1245.69
Hex83FDA285D0F112572e
Octal203173325013501742212756
Binary100000111111110110101010001011101011111000100101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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