#850EDF

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

Shades of Dark Violet #850EDF

Tints of Dark Violet #850EDF

Color information

#850EDF (or 0x850EDF) is unknown color: approx Dark Violet. HEX triplet: 85, 0E and DF. RGB value is (133,14,223). Sum of RGB (Red+Green+Blue) = 133+14+223=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #850EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850EDF is #7AF120. Grayscale: #484848. Windows color (decimal): -8057121 or 14618245. OLE color: 14618245.

HSL color Cylindrical-coordinate representation of color #850EDF: hue angle of 274.16º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EDF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13314223-
CMYK0.400.9400.13
HSL274.16º88.19%46.47%-
HSV(B)274.16º93.72%87.45%-
XYZ23.1510.6370.64-
YUV73.41212.42170.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 14 (5.86% from 255) = 3.78%
BLUE value IS 223 (87.5% from 255) = 60.27%
R=35.95%
G=3.78%
B=60.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133142230.400.9400.13274.1688.1946.47
Hex85EDF285E0D112582e
Octal205163375013601542213056
Binary100001011110110111111010001011110011011000100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,14,223); }

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

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

 a { background-color: rgb(133,14,223); }

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

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

 span { border-color: rgb(133,14,223); }

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