#9d49f2

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

Shades of Blue Violet #9D49F2

Tints of Blue Violet #9D49F2

Color information

#9D49F2 (or 0x9D49F2) is unknown color: approx Blue Violet. HEX triplet: 9D, 49 and F2. RGB value is (157,73,242). Sum of RGB (Red+Green+Blue) = 157+73+242=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #9D49F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D49F2 is #62B60D. Grayscale: #747474. Windows color (decimal): -6469134 or 15878557. OLE color: 15878557.

HSL color Cylindrical-coordinate representation of color #9D49F2: hue angle of 269.82º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D49F2 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15773242-
CMYK0.350.7000.05
HSL269.82º86.67%61.76%-
HSV(B)269.82º69.83%94.9%-
XYZ32.3118.3485.84-
YUV117.38198.33156.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 73 (28.91% from 255) = 15.47%
BLUE value IS 242 (94.92% from 255) = 51.27%
R=33.26%
G=15.47%
B=51.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157732420.350.7000.05269.8286.6761.76
Hex9D49F223460510e573e
Octal235111362431060541612776
Binary10011101100100111110010100011100011001011000011101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d49f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,73,242); }

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

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

 a { background-color: rgb(157,73,242); }

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

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

 span { border-color: rgb(157,73,242); }

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