#830DCE

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

Shades of Dark Violet #830DCE

Tints of Dark Violet #830DCE

Color information

#830DCE (or 0x830DCE) is unknown color: approx Dark Violet. HEX triplet: 83, 0D and CE. RGB value is (131,13,206). Sum of RGB (Red+Green+Blue) = 131+13+206=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #830DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DCE is #7CF231. Grayscale: #454545. Windows color (decimal): -8188466 or 13503875. OLE color: 13503875.

HSL color Cylindrical-coordinate representation of color #830DCE: hue angle of 276.68º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DCE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13113206-
CMYK0.360.9400.19
HSL276.68º88.13%42.94%-
HSV(B)276.68º93.69%80.78%-
XYZ20.649.5759.15-
YUV70.28204.59171.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 13 (5.47% from 255) = 3.71%
BLUE value IS 206 (80.86% from 255) = 58.86%
R=37.43%
G=3.71%
B=58.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131132060.360.9400.19276.6888.1342.94
Hex83DCE245E013115582b
Octal203153164413602342513053
Binary1000001111011100111010010010111100100111000101011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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