#9948F7

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

Shades of Blue Violet #9948F7

Tints of Blue Violet #9948F7

Color information

#9948F7 (or 0x9948F7) is unknown color: approx Blue Violet. HEX triplet: 99, 48 and F7. RGB value is (153,72,247). Sum of RGB (Red+Green+Blue) = 153+72+247=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #9948F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9948F7 is #66B708. Grayscale: #737373. Windows color (decimal): -6731529 or 16205977. OLE color: 16205977.

HSL color Cylindrical-coordinate representation of color #9948F7: hue angle of 267.77º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9948F7 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15372247-
CMYK0.380.7100.03
HSL267.77º91.62%62.55%-
HSV(B)267.77º70.85%96.86%-
XYZ32.2418.1289.79-
YUV116.17201.84154.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 247 (96.88% from 255) = 52.33%
R=32.42%
G=15.25%
B=52.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal153722470.380.7100.03267.7791.6262.55
Hex9948F726470310c5c3f
Octal231110367461070341413477
Binary1001100110010001111011110011010001110111000011001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9948F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9948F7; }

 p { color: rgb(153,72,247); }

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

<style>
 a { background-color: #9948F7; }

 a { background-color: rgb(153,72,247); }

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

<style>
 span { border-color: #9948F7; }

 span { border-color: rgb(153,72,247); }

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