#830BDB

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

Shades of Dark Violet #830BDB

Tints of Dark Violet #830BDB

Color information

#830BDB (or 0x830BDB) is unknown color: approx Dark Violet. HEX triplet: 83, 0B and DB. RGB value is (131,11,219). Sum of RGB (Red+Green+Blue) = 131+11+219=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #830BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BDB is #7CF424. Grayscale: #454545. Windows color (decimal): -8188965 or 14355331. OLE color: 14355331.

HSL color Cylindrical-coordinate representation of color #830BDB: hue angle of 274.62º degrees, saturation: 0.9, 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 #830BDB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13111219-
CMYK0.400.9500.14
HSL274.62º90.43%45.1%-
HSV(B)274.62º94.98%85.88%-
XYZ22.2710.1867.81-
YUV70.59211.76171.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 11 (4.69% from 255) = 3.05%
BLUE value IS 219 (85.94% from 255) = 60.66%
R=36.29%
G=3.05%
B=60.66%

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
Decimal131112190.400.9500.14274.6290.4345.1
Hex83BDB285F0E1135a2d
Octal203133335013701642313255
Binary100000111011110110111010001011111011101000100111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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