#8948F1

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

Shades of Blue Violet #8948F1

Tints of Blue Violet #8948F1

Color information

#8948F1 (or 0x8948F1) is unknown color: approx Blue Violet. HEX triplet: 89, 48 and F1. RGB value is (137,72,241). Sum of RGB (Red+Green+Blue) = 137+72+241=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #8948F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8948F1 is #76B70E. Grayscale: #6E6E6E. Windows color (decimal): -7780111 or 15812745. OLE color: 15812745.

HSL color Cylindrical-coordinate representation of color #8948F1: hue angle of 263.08º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8948F1 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13772241-
CMYK0.430.7000.05
HSL263.08º85.79%61.37%-
HSV(B)263.08º70.12%94.51%-
XYZ28.5116.384.86-
YUV110.7201.53146.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.44%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 241 (94.53% from 255) = 53.56%
R=30.44%
G=16%
B=53.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137722410.430.7000.05263.0885.7961.37
Hex8948F12B4605107563d
Octal211110361531060540712675
Binary10001001100100011110001101011100011001011000001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8948F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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