#9D48FA

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

Shades of Blue Violet #9D48FA

Tints of Blue Violet #9D48FA

Color information

#9D48FA (or 0x9D48FA) is unknown color: approx Blue Violet. HEX triplet: 9D, 48 and FA. RGB value is (157,72,250). Sum of RGB (Red+Green+Blue) = 157+72+250=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D48FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D48FA is #62B705. Grayscale: #757575. Windows color (decimal): -6469382 or 16402589. OLE color: 16402589.

HSL color Cylindrical-coordinate representation of color #9D48FA: hue angle of 268.65º degrees, saturation: 0.95, 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 #9D48FA is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15772250-
CMYK0.370.7100.02
HSL268.65º94.68%63.14%-
HSV(B)268.65º71.2%98.04%-
XYZ33.4818.792.29-
YUV117.71202.66156.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 72 (28.52% from 255) = 15.03%
BLUE value IS 250 (98.05% from 255) = 52.19%
R=32.78%
G=15.03%
B=52.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157722500.370.7100.02268.6594.6863.14
Hex9D48FA25470210d5f3f
Octal235110372451070241513777
Binary1001110110010001111101010010110001110101000011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D48FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D48FA; }

 p { color: rgb(157,72,250); }

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

<style>
 a { background-color: #9D48FA; }

 a { background-color: rgb(157,72,250); }

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

<style>
 span { border-color: #9D48FA; }

 span { border-color: rgb(157,72,250); }

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