#9D58FA

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

Shades of Medium Purple #9D58FA

Tints of Medium Purple #9D58FA

Color information

#9D58FA (or 0x9D58FA) is unknown color: approx Medium Purple. HEX triplet: 9D, 58 and FA. RGB value is (157,88,250). Sum of RGB (Red+Green+Blue) = 157+88+250=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D58FA is #62A705. Grayscale: #7E7E7E. Windows color (decimal): -6465286 or 16406685. OLE color: 16406685.

HSL color Cylindrical-coordinate representation of color #9D58FA: hue angle of 265.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D58FA is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15788250-
CMYK0.370.6500.02
HSL265.56º94.19%66.27%-
HSV(B)265.56º64.8%98.04%-
XYZ34.6521.0592.68-
YUV127.1197.36149.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 88 (34.77% from 255) = 17.78%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=31.72%
G=17.78%
B=50.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157882500.370.6500.02265.5694.1966.27
Hex9D58FA25410210a5e42
Octal2351303724510102412136102
Binary10011101101100011111010100101100000101010000101010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D58FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,88,250); }

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

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

 a { background-color: rgb(157,88,250); }

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

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

 span { border-color: rgb(157,88,250); }

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