#851BF4

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

Shades of Blue Violet #851BF4

Tints of Blue Violet #851BF4

Color information

#851BF4 (or 0x851BF4) is unknown color: approx Blue Violet. HEX triplet: 85, 1B and F4. RGB value is (133,27,244). Sum of RGB (Red+Green+Blue) = 133+27+244=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #851BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851BF4 is #7AE40B. Grayscale: #525252. Windows color (decimal): -8053772 or 15997829. OLE color: 15997829.

HSL color Cylindrical-coordinate representation of color #851BF4: hue angle of 269.31º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851BF4 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13327244-
CMYK0.450.8900.04
HSL269.31º90.79%53.14%-
HSV(B)269.31º88.93%95.69%-
XYZ26.3912.386.57-
YUV83.43218.62163.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 27 (10.94% from 255) = 6.68%
BLUE value IS 244 (95.70% from 255) = 60.40%
R=32.92%
G=6.68%
B=60.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133272440.450.8900.04269.3190.7953.14
Hex851BF42D590410d5b35
Octal20533364551310441513365
Binary100001011101111110100101101101100101001000011011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,27,244); }

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

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

 a { background-color: rgb(133,27,244); }

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

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

 span { border-color: rgb(133,27,244); }

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