#850FC4

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

Shades of Dark Violet #850FC4

Tints of Dark Violet #850FC4

Color information

#850FC4 (or 0x850FC4) is unknown color: approx Dark Violet. HEX triplet: 85, 0F and C4. RGB value is (133,15,196). Sum of RGB (Red+Green+Blue) = 133+15+196=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #850FC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850FC4 is #7AF03B. Grayscale: #464646. Windows color (decimal): -8056892 or 12849029. OLE color: 12849029.

HSL color Cylindrical-coordinate representation of color #850FC4: hue angle of 279.12º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850FC4 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13315196-
CMYK0.320.9200.23
HSL279.12º85.78%41.37%-
HSV(B)279.12º92.35%76.86%-
XYZ19.819.3152.98-
YUV70.92198.59172.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 15 (6.25% from 255) = 4.36%
BLUE value IS 196 (76.95% from 255) = 56.98%
R=38.66%
G=4.36%
B=56.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133151960.320.9200.23279.1285.7841.37
Hex85FC4205C0171175629
Octal205173044013402742712651
Binary1000010111111100010010000010111000101111000101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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