#850AC5

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

Shades of Dark Violet #850AC5

Tints of Dark Violet #850AC5

Color information

#850AC5 (or 0x850AC5) is unknown color: approx Dark Violet. HEX triplet: 85, 0A and C5. RGB value is (133,10,197). Sum of RGB (Red+Green+Blue) = 133+10+197=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #850AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850AC5 is #7AF53A. Grayscale: #434343. Windows color (decimal): -8058171 or 12913285. OLE color: 12913285.

HSL color Cylindrical-coordinate representation of color #850AC5: hue angle of 279.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850AC5 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13310197-
CMYK0.320.9500.23
HSL279.47º90.34%40.59%-
HSV(B)279.47º94.92%77.25%-
XYZ19.869.2353.56-
YUV68.1200.75174.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 10 (4.30% from 255) = 2.94%
BLUE value IS 197 (77.34% from 255) = 57.94%
R=39.12%
G=2.94%
B=57.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133101970.320.9500.23279.4790.3440.59
Hex85AC5205F0171175a29
Octal205123054013702742713251
Binary1000010110101100010110000010111110101111000101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850AC5; }

 p { color: rgb(133,10,197); }

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

<style>
 a { background-color: #850AC5; }

 a { background-color: rgb(133,10,197); }

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

<style>
 span { border-color: #850AC5; }

 span { border-color: rgb(133,10,197); }

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