#851FDF

Color #851FDF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #851FDF

Tints of Blue Violet #851FDF

Color information

#851FDF (or 0x851FDF) is unknown color: approx Blue Violet. HEX triplet: 85, 1F and DF. RGB value is (133,31,223). Sum of RGB (Red+Green+Blue) = 133+31+223=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #851FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FDF is #7AE020. Grayscale: #525252. Windows color (decimal): -8052769 or 14622597. OLE color: 14622597.

HSL color Cylindrical-coordinate representation of color #851FDF: hue angle of 271.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851FDF is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13331223-
CMYK0.400.8600.13
HSL271.88º75.59%49.8%-
HSV(B)271.88º86.1%87.45%-
XYZ23.4811.2970.75-
YUV83.39206.79163.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 31 (12.5% from 255) = 8.01%
BLUE value IS 223 (87.5% from 255) = 57.62%
R=34.37%
G=8.01%
B=57.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133312230.400.8600.13271.8875.5949.8
Hex851FDF28560D1104c32
Octal205373375012601542011462
Binary1000010111111110111111010001010110011011000100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851FDF; }

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

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

<style>
 a { background-color: #851FDF; }

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

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

<style>
 span { border-color: #851FDF; }

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

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