#9D49FD

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

Shades of Blue Violet #9D49FD

Tints of Blue Violet #9D49FD

Color information

#9D49FD (or 0x9D49FD) is unknown color: approx Blue Violet. HEX triplet: 9D, 49 and FD. RGB value is (157,73,253). Sum of RGB (Red+Green+Blue) = 157+73+253=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D49FD is #62B602. Grayscale: #767676. Windows color (decimal): -6469123 or 16599453. OLE color: 16599453.

HSL color Cylindrical-coordinate representation of color #9D49FD: hue angle of 268º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D49FD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15773253-
CMYK0.380.7100.01
HSL268º97.83%63.92%-
HSV(B)268º71.15%99.22%-
XYZ34.0219.0394.81-
YUV118.64203.83155.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 73 (28.91% from 255) = 15.11%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=32.51%
G=15.11%
B=52.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal157732530.380.7100.0126897.8363.92
Hex9D49FD26470110c6240
Octal2351113754610701414142100
Binary1001110110010011111110110011010001110110000110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D49FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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