#830FC4

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

Shades of Dark Violet #830FC4

Tints of Dark Violet #830FC4

Color information

#830FC4 (or 0x830FC4) is unknown color: approx Dark Violet. HEX triplet: 83, 0F and C4. RGB value is (131,15,196). Sum of RGB (Red+Green+Blue) = 131+15+196=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #830FC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FC4 is #7CF03B. Grayscale: #454545. Windows color (decimal): -8187964 or 12849027. OLE color: 12849027.

HSL color Cylindrical-coordinate representation of color #830FC4: hue angle of 278.45º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830FC4 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13115196-
CMYK0.330.9200.23
HSL278.45º85.78%41.37%-
HSV(B)278.45º92.35%76.86%-
XYZ19.499.1552.96-
YUV70.32198.93171.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 15 (6.25% from 255) = 4.39%
BLUE value IS 196 (76.95% from 255) = 57.31%
R=38.30%
G=4.39%
B=57.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131151960.330.9200.23278.4585.7841.37
Hex83FC4215C0171165629
Octal203173044113402742612651
Binary1000001111111100010010000110111000101111000101101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,15,196); }

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

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

 a { background-color: rgb(131,15,196); }

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

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

 span { border-color: rgb(131,15,196); }

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