#8415F0

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

Shades of Blue Violet #8415F0

Tints of Blue Violet #8415F0

Color information

#8415F0 (or 0x8415F0) is unknown color: approx Blue Violet. HEX triplet: 84, 15 and F0. RGB value is (132,21,240). Sum of RGB (Red+Green+Blue) = 132+21+240=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 240 (94.14% from 255 or 61.07% from 393); Max value from RGB is 240 - color contains mainly: blue. Hex color #8415F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8415F0 is #7BEA0F. Grayscale: #4E4E4E. Windows color (decimal): -8120848 or 15734148. OLE color: 15734148.

HSL color Cylindrical-coordinate representation of color #8415F0: hue angle of 270.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8415F0 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13221240-
CMYK0.450.9100.06
HSL270.41º87.95%51.18%-
HSV(B)270.41º91.25%94.12%-
XYZ25.5111.7383.36-
YUV79.16218.77165.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 21 (8.59% from 255) = 5.34%
BLUE value IS 240 (94.14% from 255) = 61.07%
R=33.59%
G=5.34%
B=61.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal132212400.450.9100.06270.4187.9551.18
Hex8415F02D5B0610e5833
Octal20425360551330641613063
Binary100001001010111110000101101101101101101000011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8415F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8415F0; }

 p { color: rgb(132,21,240); }

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

<style>
 a { background-color: #8415F0; }

 a { background-color: rgb(132,21,240); }

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

<style>
 span { border-color: #8415F0; }

 span { border-color: rgb(132,21,240); }

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