#8948EC

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

Shades of Blue Violet #8948EC

Tints of Blue Violet #8948EC

Color information

#8948EC (or 0x8948EC) is unknown color: approx Blue Violet. HEX triplet: 89, 48 and EC. RGB value is (137,72,236). Sum of RGB (Red+Green+Blue) = 137+72+236=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #8948EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8948EC is #76B713. Grayscale: #6D6D6D. Windows color (decimal): -7780116 or 15485065. OLE color: 15485065.

HSL color Cylindrical-coordinate representation of color #8948EC: hue angle of 263.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8948EC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13772236-
CMYK0.420.6900.07
HSL263.78º81.19%60.39%-
HSV(B)263.78º69.49%92.55%-
XYZ27.7716.0180.98-
YUV110.13199.03147.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.79%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 236 (92.58% from 255) = 53.03%
R=30.79%
G=16.18%
B=53.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal137722360.420.6900.07263.7881.1960.39
Hex8948EC2A4507108513c
Octal211110354521050741012174
Binary10001001100100011101100101010100010101111000010001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8948EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8948EC; }

 p { color: rgb(137,72,236); }

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

<style>
 a { background-color: #8948EC; }

 a { background-color: rgb(137,72,236); }

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

<style>
 span { border-color: #8948EC; }

 span { border-color: rgb(137,72,236); }

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