#9046F9

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

Shades of Blue Violet #9046F9

Tints of Blue Violet #9046F9

Color information

#9046F9 (or 0x9046F9) is unknown color: approx Blue Violet. HEX triplet: 90, 46 and F9. RGB value is (144,70,249). Sum of RGB (Red+Green+Blue) = 144+70+249=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #9046F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9046F9 is #6FB906. Grayscale: #6F6F6F. Windows color (decimal): -7321863 or 16336528. OLE color: 16336528.

HSL color Cylindrical-coordinate representation of color #9046F9: hue angle of 264.8º 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 #9046F9 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14470249-
CMYK0.420.7200.02
HSL264.8º93.72%62.55%-
HSV(B)264.8º71.89%97.65%-
XYZ30.7917.1591.31-
YUV112.53205.02150.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 70 (27.73% from 255) = 15.12%
BLUE value IS 249 (97.66% from 255) = 53.78%
R=31.10%
G=15.12%
B=53.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144702490.420.7200.02264.893.7262.55
Hex9046F92A48021095e3f
Octal220106371521100241113677
Binary1001000010001101111100110101010010000101000010011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9046F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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