#8930F6

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

Shades of Blue Violet #8930F6

Tints of Blue Violet #8930F6

Color information

#8930F6 (or 0x8930F6) is unknown color: approx Blue Violet. HEX triplet: 89, 30 and F6. RGB value is (137,48,246). Sum of RGB (Red+Green+Blue) = 137+48+246=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #8930F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8930F6 is #76CF09. Grayscale: #606060. Windows color (decimal): -7786250 or 16134281. OLE color: 16134281.

HSL color Cylindrical-coordinate representation of color #8930F6: hue angle of 266.97º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8930F6 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13748246-
CMYK0.440.8000.04
HSL266.97º91.67%57.65%-
HSV(B)266.97º80.49%96.47%-
XYZ28.0114.0988.43-
YUV97.18211.99156.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 48 (19.14% from 255) = 11.14%
BLUE value IS 246 (96.48% from 255) = 57.08%
R=31.79%
G=11.14%
B=57.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal137482460.440.8000.04266.9791.6757.65
Hex8930F62C500410b5c3a
Octal21160366541200441313472
Binary1000100111000011110110101100101000001001000010111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8930F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8930F6; }

 p { color: rgb(137,48,246); }

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

<style>
 a { background-color: #8930F6; }

 a { background-color: rgb(137,48,246); }

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

<style>
 span { border-color: #8930F6; }

 span { border-color: rgb(137,48,246); }

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