#830ADB

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

Shades of Dark Violet #830ADB

Tints of Dark Violet #830ADB

Color information

#830ADB (or 0x830ADB) is unknown color: approx Dark Violet. HEX triplet: 83, 0A and DB. RGB value is (131,10,219). Sum of RGB (Red+Green+Blue) = 131+10+219=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #830ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ADB is #7CF524. Grayscale: #454545. Windows color (decimal): -8189221 or 14355075. OLE color: 14355075.

HSL color Cylindrical-coordinate representation of color #830ADB: hue angle of 274.74º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ADB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13110219-
CMYK0.400.9500.14
HSL274.74º91.27%44.9%-
HSV(B)274.74º95.43%85.88%-
XYZ22.2510.1667.81-
YUV70212.09171.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 10 (4.30% from 255) = 2.78%
BLUE value IS 219 (85.94% from 255) = 60.83%
R=36.39%
G=2.78%
B=60.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal131102190.400.9500.14274.7491.2744.9
Hex83ADB285F0E1135b2d
Octal203123335013701642313355
Binary100000111010110110111010001011111011101000100111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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