#9D5FF4

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

Shades of Medium Purple #9D5FF4

Tints of Medium Purple #9D5FF4

Color information

#9D5FF4 (or 0x9D5FF4) is unknown color: approx Medium Purple. HEX triplet: 9D, 5F and F4. RGB value is (157,95,244). Sum of RGB (Red+Green+Blue) = 157+95+244=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #9D5FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5FF4 is #62A00B. Grayscale: #818181. Windows color (decimal): -6463500 or 16015261. OLE color: 16015261.

HSL color Cylindrical-coordinate representation of color #9D5FF4: hue angle of 264.97º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D5FF4 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15795244-
CMYK0.360.6100.04
HSL264.97º87.13%66.47%-
HSV(B)264.97º61.07%95.69%-
XYZ34.3321.8888-
YUV130.52192.04146.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 244 (95.70% from 255) = 49.19%
R=31.65%
G=19.15%
B=49.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal157952440.360.6100.04264.9787.1366.47
Hex9D5FF4243D041095742
Octal235137364447504411127102
Binary10011101101111111110100100100111101010010000100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,244); }

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

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

 a { background-color: rgb(157,95,244); }

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

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

 span { border-color: rgb(157,95,244); }

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