#9448F9

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

Shades of Blue Violet #9448F9

Tints of Blue Violet #9448F9

Color information

#9448F9 (or 0x9448F9) is unknown color: approx Blue Violet. HEX triplet: 94, 48 and F9. RGB value is (148,72,249). Sum of RGB (Red+Green+Blue) = 148+72+249=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #9448F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9448F9 is #6BB706. Grayscale: #727272. Windows color (decimal): -7059207 or 16337044. OLE color: 16337044.

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

Color convert

RGB14872249-
CMYK0.410.7100.02
HSL265.76º93.65%62.94%-
HSV(B)265.76º71.08%97.65%-
XYZ31.6317.7791.39-
YUV114.9203.68151.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 72 (28.52% from 255) = 15.35%
BLUE value IS 249 (97.66% from 255) = 53.09%
R=31.56%
G=15.35%
B=53.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148722490.410.7100.02265.7693.6562.94
Hex9448F929470210a5e3f
Octal224110371511070241213677
Binary1001010010010001111100110100110001110101000010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,72,249); }

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

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

 a { background-color: rgb(148,72,249); }

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

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

 span { border-color: rgb(148,72,249); }

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