#850DC1

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

Shades of Dark Violet #850DC1

Tints of Dark Violet #850DC1

Color information

#850DC1 (or 0x850DC1) is unknown color: approx Dark Violet. HEX triplet: 85, 0D and C1. RGB value is (133,13,193). Sum of RGB (Red+Green+Blue) = 133+13+193=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #850DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DC1 is #7AF23E. Grayscale: #444444. Windows color (decimal): -8057407 or 12651909. OLE color: 12651909.

HSL color Cylindrical-coordinate representation of color #850DC1: hue angle of 280º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850DC1 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13313193-
CMYK0.310.9300.24
HSL280º87.38%40.39%-
HSV(B)280º93.26%75.69%-
XYZ19.449.1251.19-
YUV69.4197.76173.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 13 (5.47% from 255) = 3.83%
BLUE value IS 193 (75.78% from 255) = 56.93%
R=39.23%
G=3.83%
B=56.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133131930.310.9300.2428087.3840.39
Hex85DC11F5D0181185728
Octal205153013713503043012750
Binary100001011101110000011111110111010110001000110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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