#8946F9

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

Shades of Blue Violet #8946F9

Tints of Blue Violet #8946F9

Color information

#8946F9 (or 0x8946F9) is unknown color: approx Blue Violet. HEX triplet: 89, 46 and F9. RGB value is (137,70,249). Sum of RGB (Red+Green+Blue) = 137+70+249=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #8946F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8946F9 is #76B906. Grayscale: #6D6D6D. Windows color (decimal): -7780615 or 16336521. OLE color: 16336521.

HSL color Cylindrical-coordinate representation of color #8946F9: hue angle of 262.46º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8946F9 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13770249-
CMYK0.450.7200.02
HSL262.46º93.72%62.55%-
HSV(B)262.46º71.89%97.65%-
XYZ29.6116.5491.25-
YUV110.44206.2146.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.04%
GREEN value IS 70 (27.73% from 255) = 15.35%
BLUE value IS 249 (97.66% from 255) = 54.61%
R=30.04%
G=15.35%
B=54.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal137702490.450.7200.02262.4693.7262.55
Hex8946F92D48021065e3f
Octal211106371551100240613677
Binary1000100110001101111100110110110010000101000001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8946F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8946F9; }

 p { color: rgb(137,70,249); }

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

<style>
 a { background-color: #8946F9; }

 a { background-color: rgb(137,70,249); }

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

<style>
 span { border-color: #8946F9; }

 span { border-color: rgb(137,70,249); }

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