#850FD5

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

Shades of Dark Violet #850FD5

Tints of Dark Violet #850FD5

Color information

#850FD5 (or 0x850FD5) is unknown color: approx Dark Violet. HEX triplet: 85, 0F and D5. RGB value is (133,15,213). Sum of RGB (Red+Green+Blue) = 133+15+213=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #850FD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FD5 is #7AF02A. Grayscale: #484848. Windows color (decimal): -8056875 or 13963141. OLE color: 13963141.

HSL color Cylindrical-coordinate representation of color #850FD5: hue angle of 275.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850FD5 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13315213-
CMYK0.380.9300.16
HSL275.76º86.84%44.71%-
HSV(B)275.76º92.96%83.53%-
XYZ21.8510.1363.75-
YUV72.85207.09170.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 15 (6.25% from 255) = 4.16%
BLUE value IS 213 (83.59% from 255) = 59.00%
R=36.84%
G=4.16%
B=59.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133152130.380.9300.16275.7686.8444.71
Hex85FD5265D010114572d
Octal205173254613502042412755
Binary1000010111111101010110011010111010100001000101001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,15,213); }

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

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

 a { background-color: rgb(133,15,213); }

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

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

 span { border-color: rgb(133,15,213); }

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