#830CCF

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

Shades of Dark Violet #830CCF

Tints of Dark Violet #830CCF

Color information

#830CCF (or 0x830CCF) is unknown color: approx Dark Violet. HEX triplet: 83, 0C and CF. RGB value is (131,12,207). Sum of RGB (Red+Green+Blue) = 131+12+207=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #830CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CCF is #7CF330. Grayscale: #454545. Windows color (decimal): -8188721 or 13569155. OLE color: 13569155.

HSL color Cylindrical-coordinate representation of color #830CCF: hue angle of 276.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CCF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13112207-
CMYK0.370.9400.19
HSL276.62º89.04%42.94%-
HSV(B)276.62º94.2%81.18%-
XYZ20.759.5959.79-
YUV69.81205.42171.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 12 (5.08% from 255) = 3.43%
BLUE value IS 207 (81.25% from 255) = 59.14%
R=37.43%
G=3.43%
B=59.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131122070.370.9400.19276.6289.0442.94
Hex83CCF255E013115592b
Octal203143174513602342513153
Binary1000001111001100111110010110111100100111000101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,12,207); }

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

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

 a { background-color: rgb(131,12,207); }

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

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

 span { border-color: rgb(131,12,207); }

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