#9D52F1

Color #9D52F1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9D52F1

Tints of Medium Purple #9D52F1

Color information

#9D52F1 (or 0x9D52F1) is unknown color: approx Medium Purple. HEX triplet: 9D, 52 and F1. RGB value is (157,82,241). Sum of RGB (Red+Green+Blue) = 157+82+241=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D52F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D52F1 is #62AD0E. Grayscale: #797979. Windows color (decimal): -6466831 or 15815325. OLE color: 15815325.

HSL color Cylindrical-coordinate representation of color #9D52F1: hue angle of 268.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D52F1 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15782241-
CMYK0.350.6600.05
HSL268.3º85.03%63.33%-
HSV(B)268.3º65.98%94.51%-
XYZ32.819.5585.26-
YUV122.55194.85152.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.71%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 241 (94.53% from 255) = 50.21%
R=32.71%
G=17.08%
B=50.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157822410.350.6600.05268.385.0363.33
Hex9D52F123420510c553f
Octal235122361431020541412577
Binary10011101101001011110001100011100001001011000011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D52F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,241); }

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

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

 a { background-color: rgb(157,82,241); }

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

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

 span { border-color: rgb(157,82,241); }

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