#830CCA

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

Shades of Dark Violet #830CCA

Tints of Dark Violet #830CCA

Color information

#830CCA (or 0x830CCA) is unknown color: approx Dark Violet. HEX triplet: 83, 0C and CA. RGB value is (131,12,202). Sum of RGB (Red+Green+Blue) = 131+12+202=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #830CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CCA is #7CF335. Grayscale: #444444. Windows color (decimal): -8188726 or 13241475. OLE color: 13241475.

HSL color Cylindrical-coordinate representation of color #830CCA: hue angle of 277.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CCA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13112202-
CMYK0.350.9400.21
HSL277.58º88.79%41.96%-
HSV(B)277.58º94.06%79.22%-
XYZ20.159.3556.62-
YUV69.24202.92172.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 12 (5.08% from 255) = 3.48%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=37.97%
G=3.48%
B=58.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131122020.350.9400.21277.5888.7941.96
Hex83CCA235E015116592a
Octal203143124313602542613152
Binary1000001111001100101010001110111100101011000101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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