#830CBA

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

Shades of Dark Violet #830CBA

Tints of Dark Violet #830CBA

Color information

#830CBA (or 0x830CBA) is unknown color: approx Dark Violet. HEX triplet: 83, 0C and BA. RGB value is (131,12,186). Sum of RGB (Red+Green+Blue) = 131+12+186=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #830CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CBA is #7CF345. Grayscale: #424242. Windows color (decimal): -8188742 or 12192899. OLE color: 12192899.

HSL color Cylindrical-coordinate representation of color #830CBA: hue angle of 281.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CBA is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13112186-
CMYK0.300.9400.27
HSL281.03º87.88%38.82%-
HSV(B)281.03º93.55%72.94%-
XYZ18.358.6347.15-
YUV67.42194.92173.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 12 (5.08% from 255) = 3.65%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=39.82%
G=3.65%
B=56.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131121860.300.9400.27281.0387.8838.82
Hex83CBA1E5E01B1195827
Octal203142723613603343113047
Binary100000111100101110101111010111100110111000110011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,12,186); }

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

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

 a { background-color: rgb(131,12,186); }

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

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

 span { border-color: rgb(131,12,186); }

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