#851CEC

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

Shades of Blue Violet #851CEC

Tints of Blue Violet #851CEC

Color information

#851CEC (or 0x851CEC) is unknown color: approx Blue Violet. HEX triplet: 85, 1C and EC. RGB value is (133,28,236). Sum of RGB (Red+Green+Blue) = 133+28+236=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #851CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CEC is #7AE313. Grayscale: #525252. Windows color (decimal): -8053524 or 15473797. OLE color: 15473797.

HSL color Cylindrical-coordinate representation of color #851CEC: hue angle of 270.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851CEC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13328236-
CMYK0.440.8800.07
HSL270.29º84.55%51.76%-
HSV(B)270.29º88.14%92.55%-
XYZ25.2311.8780.32-
YUV83.11214.29163.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 28 (11.33% from 255) = 7.05%
BLUE value IS 236 (92.58% from 255) = 59.45%
R=33.50%
G=7.05%
B=59.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133282360.440.8800.07270.2984.5551.76
Hex851CEC2C580710e5534
Octal20534354541300741612564
Binary100001011110011101100101100101100001111000011101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,28,236); }

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

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

 a { background-color: rgb(133,28,236); }

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

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

 span { border-color: rgb(133,28,236); }

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