#9D75EE

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

Shades of Medium Purple #9D75EE

Tints of Medium Purple #9D75EE

Color information

#9D75EE (or 0x9D75EE) is unknown color: approx Medium Purple. HEX triplet: 9D, 75 and EE. RGB value is (157,117,238). Sum of RGB (Red+Green+Blue) = 157+117+238=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D75EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D75EE is #628A11. Grayscale: #8E8E8E. Windows color (decimal): -6457874 or 15627677. OLE color: 15627677.

HSL color Cylindrical-coordinate representation of color #9D75EE: hue angle of 259.83º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D75EE is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157117238-
CMYK0.340.5100.07
HSL259.83º78.06%69.61%-
HSV(B)259.83º50.84%93.33%-
XYZ35.726.0684.04-
YUV142.75181.75138.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=30.66%
G=22.85%
B=46.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571172380.340.5100.07259.8378.0669.61
Hex9D75EE2233071044e46
Octal235165356426307404116106
Binary10011101111010111101110100010110011011110000010010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D75EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,238); }

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

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

 a { background-color: rgb(157,117,238); }

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

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

 span { border-color: rgb(157,117,238); }

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