#851FE1

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

Shades of Blue Violet #851FE1

Tints of Blue Violet #851FE1

Color information

#851FE1 (or 0x851FE1) is unknown color: approx Blue Violet. HEX triplet: 85, 1F and E1. RGB value is (133,31,225). Sum of RGB (Red+Green+Blue) = 133+31+225=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #851FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FE1 is #7AE01E. Grayscale: #525252. Windows color (decimal): -8052767 or 14753669. OLE color: 14753669.

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

Color convert

RGB13331225-
CMYK0.410.8600.12
HSL271.55º76.38%50.2%-
HSV(B)271.55º86.22%88.24%-
XYZ23.7511.472.18-
YUV83.61207.79163.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 31 (12.5% from 255) = 7.97%
BLUE value IS 225 (88.28% from 255) = 57.84%
R=34.19%
G=7.97%
B=57.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal133312250.410.8600.12271.5576.3850.2
Hex851FE129560C1104c32
Octal205373415112601442011462
Binary1000010111111111000011010011010110011001000100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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