#8914F0

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

Shades of Blue Violet #8914F0

Tints of Blue Violet #8914F0

Color information

#8914F0 (or 0x8914F0) is unknown color: approx Blue Violet. HEX triplet: 89, 14 and F0. RGB value is (137,20,240). Sum of RGB (Red+Green+Blue) = 137+20+240=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #8914F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8914F0 is #76EB0F. Grayscale: #4F4F4F. Windows color (decimal): -7793424 or 15733897. OLE color: 15733897.

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

Color convert

RGB13720240-
CMYK0.430.9200.06
HSL271.91º88%50.98%-
HSV(B)271.91º91.67%94.12%-
XYZ26.2912.1183.39-
YUV80.06218.26168.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.51%
GREEN value IS 20 (8.20% from 255) = 5.04%
BLUE value IS 240 (94.14% from 255) = 60.45%
R=34.51%
G=5.04%
B=60.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal137202400.430.9200.06271.918850.98
Hex8914F02B5C061105833
Octal21124360531340642013063
Binary100010011010011110000101011101110001101000100001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8914F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,20,240); }

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

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

 a { background-color: rgb(137,20,240); }

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

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

 span { border-color: rgb(137,20,240); }

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