#9D75EA

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

Shades of Medium Purple #9D75EA

Tints of Medium Purple #9D75EA

Color information

#9D75EA (or 0x9D75EA) is unknown color: approx Medium Purple. HEX triplet: 9D, 75 and EA. RGB value is (157,117,234). Sum of RGB (Red+Green+Blue) = 157+117+234=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D75EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D75EA is #628A15. Grayscale: #8D8D8D. Windows color (decimal): -6457878 or 15365533. OLE color: 15365533.

HSL color Cylindrical-coordinate representation of color #9D75EA: hue angle of 260.51º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D75EA is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157117234-
CMYK0.330.500.08
HSL260.51º73.58%68.82%-
HSV(B)260.51º50%91.76%-
XYZ35.1225.8380.98-
YUV142.3179.75138.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=30.91%
G=23.03%
B=46.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571172340.330.500.08260.5173.5868.82
Hex9D75EA2132081054a45
Octal2351653524162010405112105
Binary100111011110101111010101000011100100100010000010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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