#9a47f5

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

Shades of Blue Violet #9A47F5

Tints of Blue Violet #9A47F5

Color information

#9A47F5 (or 0x9A47F5) is unknown color: approx Blue Violet. HEX triplet: 9A, 47 and F5. RGB value is (154,71,245). Sum of RGB (Red+Green+Blue) = 154+71+245=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #9A47F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A47F5 is #65B80A. Grayscale: #737373. Windows color (decimal): -6666251 or 16074650. OLE color: 16074650.

HSL color Cylindrical-coordinate representation of color #9A47F5: hue angle of 268.62º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A47F5 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15471245-
CMYK0.370.7100.04
HSL268.62º89.69%61.96%-
HSV(B)268.62º71.02%96.08%-
XYZ32.0617.9788.16-
YUV115.65201155.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 71 (28.12% from 255) = 15.11%
BLUE value IS 245 (96.09% from 255) = 52.13%
R=32.77%
G=15.11%
B=52.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal154712450.370.7100.04268.6289.6961.96
Hex9A47F525470410d5a3e
Octal232107365451070441513276
Binary10011010100011111110101100101100011101001000011011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a47f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,245); }

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

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

 a { background-color: rgb(154,71,245); }

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

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

 span { border-color: rgb(154,71,245); }

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