#830dcb

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

Shades of Dark Violet #830DCB

Tints of Dark Violet #830DCB

Color information

#830DCB (or 0x830DCB) is unknown color: approx Dark Violet. HEX triplet: 83, 0D and CB. RGB value is (131,13,203). Sum of RGB (Red+Green+Blue) = 131+13+203=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #830DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DCB is #7CF234. Grayscale: #454545. Windows color (decimal): -8188469 or 13307267. OLE color: 13307267.

HSL color Cylindrical-coordinate representation of color #830DCB: hue angle of 277.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DCB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13113203-
CMYK0.350.9400.20
HSL277.26º87.96%42.35%-
HSV(B)277.26º93.6%79.61%-
XYZ20.289.4257.25-
YUV69.94203.09171.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 13 (5.47% from 255) = 3.75%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=37.75%
G=3.75%
B=58.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131132030.350.9400.20277.2687.9642.35
Hex83DCB235E014115582a
Octal203153134313602442513052
Binary1000001111011100101110001110111100101001000101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830dcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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