#9947F7

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

Shades of Blue Violet #9947F7

Tints of Blue Violet #9947F7

Color information

#9947F7 (or 0x9947F7) is unknown color: approx Blue Violet. HEX triplet: 99, 47 and F7. RGB value is (153,71,247). Sum of RGB (Red+Green+Blue) = 153+71+247=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #9947F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9947F7 is #66B808. Grayscale: #727272. Windows color (decimal): -6731785 or 16205721. OLE color: 16205721.

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

Color convert

RGB15371247-
CMYK0.380.7100.03
HSL267.95º91.67%62.35%-
HSV(B)267.95º71.26%96.86%-
XYZ32.1817.9989.77-
YUV115.58202.17154.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 71 (28.12% from 255) = 15.07%
BLUE value IS 247 (96.88% from 255) = 52.44%
R=32.48%
G=15.07%
B=52.44%

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
Decimal153712470.380.7100.03267.9591.6762.35
Hex9947F726470310c5c3e
Octal231107367461070341413476
Binary1001100110001111111011110011010001110111000011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9947F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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