#830BC1

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

Shades of Dark Violet #830BC1

Tints of Dark Violet #830BC1

Color information

#830BC1 (or 0x830BC1) is unknown color: approx Dark Violet. HEX triplet: 83, 0B and C1. RGB value is (131,11,193). Sum of RGB (Red+Green+Blue) = 131+11+193=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #830BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BC1 is #7CF43E. Grayscale: #434343. Windows color (decimal): -8188991 or 12651395. OLE color: 12651395.

HSL color Cylindrical-coordinate representation of color #830BC1: hue angle of 279.56º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BC1 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13111193-
CMYK0.320.9400.24
HSL279.56º89.22%40%-
HSV(B)279.56º94.3%75.69%-
XYZ19.118.9151.17-
YUV67.63198.76173.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=39.10%
G=3.28%
B=57.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131111930.320.9400.24279.5689.2240
Hex83BC1205E0181185928
Octal203133014013603043013150
Binary1000001110111100000110000010111100110001000110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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