#850AED

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

Shades of Dark Violet #850AED

Tints of Dark Violet #850AED

Color information

#850AED (or 0x850AED) is unknown color: approx Dark Violet. HEX triplet: 85, 0A and ED. RGB value is (133,10,237). Sum of RGB (Red+Green+Blue) = 133+10+237=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #850AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850AED is #7AF512. Grayscale: #474747. Windows color (decimal): -8058131 or 15534725. OLE color: 15534725.

HSL color Cylindrical-coordinate representation of color #850AED: hue angle of 272.51º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850AED is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13310237-
CMYK0.440.9600.07
HSL272.51º91.9%48.43%-
HSV(B)272.51º95.78%92.94%-
XYZ25.0711.3280.98-
YUV72.66220.75171.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 10 (4.30% from 255) = 2.63%
BLUE value IS 237 (92.97% from 255) = 62.37%
R=35%
G=2.63%
B=62.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133102370.440.9600.07272.5191.948.43
Hex85AED2C60071115c30
Octal20512355541400742113460
Binary10000101101011101101101100110000001111000100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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