#830ABC

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

Shades of Dark Violet #830ABC

Tints of Dark Violet #830ABC

Color information

#830ABC (or 0x830ABC) is unknown color: approx Dark Violet. HEX triplet: 83, 0A and BC. RGB value is (131,10,188). Sum of RGB (Red+Green+Blue) = 131+10+188=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #830ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ABC is #7CF543. Grayscale: #414141. Windows color (decimal): -8189252 or 12323459. OLE color: 12323459.

HSL color Cylindrical-coordinate representation of color #830ABC: hue angle of 280.79º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830ABC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13110188-
CMYK0.300.9500.26
HSL280.79º89.9%38.82%-
HSV(B)280.79º94.68%73.73%-
XYZ18.558.6748.27-
YUV66.47196.59174.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 10 (4.30% from 255) = 3.04%
BLUE value IS 188 (73.83% from 255) = 57.14%
R=39.82%
G=3.04%
B=57.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131101880.300.9500.26280.7989.938.82
Hex83ABC1E5F01A1195a27
Octal203122743613703243113247
Binary100000111010101111001111010111110110101000110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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