#830ac1

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

Shades of Dark Violet #830AC1

Tints of Dark Violet #830AC1

Color information

#830AC1 (or 0x830AC1) is unknown color: approx Dark Violet. HEX triplet: 83, 0A and C1. RGB value is (131,10,193). Sum of RGB (Red+Green+Blue) = 131+10+193=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #830AC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AC1 is #7CF53E. Grayscale: #424242. Windows color (decimal): -8189247 or 12651139. OLE color: 12651139.

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

Color convert

RGB13110193-
CMYK0.320.9500.24
HSL279.67º90.15%39.8%-
HSV(B)279.67º94.82%75.69%-
XYZ19.098.8951.16-
YUV67.04199.09173.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 193 (75.78% from 255) = 57.78%
R=39.22%
G=2.99%
B=57.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131101930.320.9500.24279.6790.1539.8
Hex83AC1205F0181185a28
Octal203123014013703043013250
Binary1000001110101100000110000010111110110001000110001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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