#9448FD

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

Shades of Blue Violet #9448FD

Tints of Blue Violet #9448FD

Color information

#9448FD (or 0x9448FD) is unknown color: approx Blue Violet. HEX triplet: 94, 48 and FD. RGB value is (148,72,253). Sum of RGB (Red+Green+Blue) = 148+72+253=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #9448FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9448FD is #6BB702. Grayscale: #727272. Windows color (decimal): -7059203 or 16599188. OLE color: 16599188.

HSL color Cylindrical-coordinate representation of color #9448FD: hue angle of 265.19º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9448FD is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14872253-
CMYK0.420.7200.01
HSL265.19º97.84%63.73%-
HSV(B)265.19º71.54%99.22%-
XYZ32.2618.0294.71-
YUV115.36205.68151.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 72 (28.52% from 255) = 15.22%
BLUE value IS 253 (99.22% from 255) = 53.49%
R=31.29%
G=15.22%
B=53.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal148722530.420.7200.01265.1997.8463.73
Hex9448FD2A48011096240
Octal2241103755211001411142100
Binary1001010010010001111110110101010010000110000100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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