#8417F0

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

Shades of Blue Violet #8417F0

Tints of Blue Violet #8417F0

Color information

#8417F0 (or 0x8417F0) is unknown color: approx Blue Violet. HEX triplet: 84, 17 and F0. RGB value is (132,23,240). Sum of RGB (Red+Green+Blue) = 132+23+240=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 240 (94.14% from 255 or 60.76% from 395); Max value from RGB is 240 - color contains mainly: blue. Hex color #8417F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8417F0 is #7BE80F. Grayscale: #4F4F4F. Windows color (decimal): -8120336 or 15734660. OLE color: 15734660.

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

Color convert

RGB13223240-
CMYK0.450.9000.06
HSL270.14º87.85%51.57%-
HSV(B)270.14º90.42%94.12%-
XYZ25.5511.8183.37-
YUV80.33218.11164.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 23 (9.38% from 255) = 5.82%
BLUE value IS 240 (94.14% from 255) = 60.76%
R=33.42%
G=5.82%
B=60.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal132232400.450.9000.06270.1487.8551.57
Hex8417F02D5A0610e5834
Octal20427360551320641613064
Binary100001001011111110000101101101101001101000011101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8417F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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