#8919EF

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

Shades of Blue Violet #8919EF

Tints of Blue Violet #8919EF

Color information

#8919EF (or 0x8919EF) is unknown color: approx Blue Violet. HEX triplet: 89, 19 and EF. RGB value is (137,25,239). Sum of RGB (Red+Green+Blue) = 137+25+239=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #8919EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8919EF is #76E610. Grayscale: #525252. Windows color (decimal): -7792145 or 15669641. OLE color: 15669641.

HSL color Cylindrical-coordinate representation of color #8919EF: hue angle of 271.4º degrees, saturation: 0.87, 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 #8919EF is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13725239-
CMYK0.430.9000.06
HSL271.4º86.99%51.76%-
HSV(B)271.4º89.54%93.73%-
XYZ26.2412.2582.64-
YUV82.88216.11166.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 239 (93.75% from 255) = 59.60%
R=34.16%
G=6.23%
B=59.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal137252390.430.9000.06271.486.9951.76
Hex8919EF2B5A0610f5734
Octal21131357531320641712764
Binary100010011100111101111101011101101001101000011111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8919EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8919EF; }

 p { color: rgb(137,25,239); }

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

<style>
 a { background-color: #8919EF; }

 a { background-color: rgb(137,25,239); }

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

<style>
 span { border-color: #8919EF; }

 span { border-color: rgb(137,25,239); }

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