#9F48FD

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

Shades of Blue Violet #9F48FD

Tints of Blue Violet #9F48FD

Color information

#9F48FD (or 0x9F48FD) is unknown color: approx Blue Violet. HEX triplet: 9F, 48 and FD. RGB value is (159,72,253). Sum of RGB (Red+Green+Blue) = 159+72+253=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F48FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F48FD is #60B702. Grayscale: #767676. Windows color (decimal): -6338307 or 16599199. OLE color: 16599199.

HSL color Cylindrical-coordinate representation of color #9F48FD: hue angle of 268.84º 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 #9F48FD is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15972253-
CMYK0.370.7200.01
HSL268.84º97.84%63.73%-
HSV(B)268.84º71.54%99.22%-
XYZ34.3519.194.8-
YUV118.65203.82156.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 72 (28.52% from 255) = 14.88%
BLUE value IS 253 (99.22% from 255) = 52.27%
R=32.85%
G=14.88%
B=52.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal159722530.370.7200.01268.8497.8463.73
Hex9F48FD25480110d6240
Octal2371103754511001415142100
Binary1001111110010001111110110010110010000110000110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F48FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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