#9D2DF7

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

Shades of Blue Violet #9D2DF7

Tints of Blue Violet #9D2DF7

Color information

#9D2DF7 (or 0x9D2DF7) is unknown color: approx Blue Violet. HEX triplet: 9D, 2D and F7. RGB value is (157,45,247). Sum of RGB (Red+Green+Blue) = 157+45+247=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #9D2DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2DF7 is #62D208. Grayscale: #646464. Windows color (decimal): -6476297 or 16199069. OLE color: 16199069.

HSL color Cylindrical-coordinate representation of color #9D2DF7: hue angle of 273.27º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D2DF7 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15745247-
CMYK0.360.8200.03
HSL273.27º92.66%57.25%-
HSV(B)273.27º81.78%96.86%-
XYZ31.6315.7689.37-
YUV101.52210.11167.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 45 (17.97% from 255) = 10.02%
BLUE value IS 247 (96.88% from 255) = 55.01%
R=34.97%
G=10.02%
B=55.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal157452470.360.8200.03273.2792.6657.25
Hex9D2DF72452031115d39
Octal23555367441220342113571
Binary100111011011011111011110010010100100111000100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,45,247); }

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

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

 a { background-color: rgb(157,45,247); }

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

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

 span { border-color: rgb(157,45,247); }

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