#850DDF

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

Shades of Dark Violet #850DDF

Tints of Dark Violet #850DDF

Color information

#850DDF (or 0x850DDF) is unknown color: approx Dark Violet. HEX triplet: 85, 0D and DF. RGB value is (133,13,223). Sum of RGB (Red+Green+Blue) = 133+13+223=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #850DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DDF is #7AF220. Grayscale: #484848. Windows color (decimal): -8057377 or 14617989. OLE color: 14617989.

HSL color Cylindrical-coordinate representation of color #850DDF: hue angle of 274.29º degrees, saturation: 0.89, 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 #850DDF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13313223-
CMYK0.400.9400.13
HSL274.29º88.98%46.27%-
HSV(B)274.29º94.17%87.45%-
XYZ23.1410.670.64-
YUV72.82212.76170.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 13 (5.47% from 255) = 3.52%
BLUE value IS 223 (87.5% from 255) = 60.43%
R=36.04%
G=3.52%
B=60.43%

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
Decimal133132230.400.9400.13274.2988.9846.27
Hex85DDF285E0D112592e
Octal205153375013601542213156
Binary100001011101110111111010001011110011011000100101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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