#830ED1

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

Shades of Dark Violet #830ED1

Tints of Dark Violet #830ED1

Color information

#830ED1 (or 0x830ED1) is unknown color: approx Dark Violet. HEX triplet: 83, 0E and D1. RGB value is (131,14,209). Sum of RGB (Red+Green+Blue) = 131+14+209=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #830ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ED1 is #7CF12E. Grayscale: #464646. Windows color (decimal): -8188207 or 13700739. OLE color: 13700739.

HSL color Cylindrical-coordinate representation of color #830ED1: hue angle of 276º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830ED1 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13114209-
CMYK0.370.9300.18
HSL276º87.44%43.73%-
HSV(B)276º93.3%81.96%-
XYZ21.039.7461.09-
YUV71.21205.76170.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 14 (5.86% from 255) = 3.95%
BLUE value IS 209 (82.03% from 255) = 59.04%
R=37.01%
G=3.95%
B=59.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131142090.370.9300.1827687.4443.73
Hex83ED1255D012114572c
Octal203163214513502242412754
Binary1000001111101101000110010110111010100101000101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,14,209); }

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

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

 a { background-color: rgb(131,14,209); }

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

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

 span { border-color: rgb(131,14,209); }

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