#9144F9

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

Shades of Blue Violet #9144F9

Tints of Blue Violet #9144F9

Color information

#9144F9 (or 0x9144F9) is unknown color: approx Blue Violet. HEX triplet: 91, 44 and F9. RGB value is (145,68,249). Sum of RGB (Red+Green+Blue) = 145+68+249=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #9144F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9144F9 is #6EBB06. Grayscale: #6F6F6F. Windows color (decimal): -7256839 or 16336017. OLE color: 16336017.

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

Color convert

RGB14568249-
CMYK0.420.7300.02
HSL265.52º93.78%62.16%-
HSV(B)265.52º72.69%97.65%-
XYZ30.8416.9991.28-
YUV111.66205.51151.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.39%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 249 (97.66% from 255) = 53.90%
R=31.39%
G=14.72%
B=53.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal145682490.420.7300.02265.5293.7862.16
Hex9144F92A490210a5e3e
Octal221104371521110241213676
Binary1001000110001001111100110101010010010101000010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9144F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,68,249); }

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

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

 a { background-color: rgb(145,68,249); }

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

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

 span { border-color: rgb(145,68,249); }

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