#830ABF

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

Shades of Dark Violet #830ABF

Tints of Dark Violet #830ABF

Color information

#830ABF (or 0x830ABF) is unknown color: approx Dark Violet. HEX triplet: 83, 0A and BF. RGB value is (131,10,191). Sum of RGB (Red+Green+Blue) = 131+10+191=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #830ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ABF is #7CF540. Grayscale: #424242. Windows color (decimal): -8189249 or 12520067. OLE color: 12520067.

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

Color convert

RGB13110191-
CMYK0.310.9500.25
HSL280.11º90.05%39.41%-
HSV(B)280.11º94.76%74.9%-
XYZ18.878.849.99-
YUV66.81198.09173.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 10 (4.30% from 255) = 3.01%
BLUE value IS 191 (75% from 255) = 57.53%
R=39.46%
G=3.01%
B=57.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131101910.310.9500.25280.1190.0539.41
Hex83ABF1F5F0191185a27
Octal203122773713703143013247
Binary100000111010101111111111110111110110011000110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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