#975DE9

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

Shades of Medium Purple #975DE9

Tints of Medium Purple #975DE9

Color information

#975DE9 (or 0x975DE9) is unknown color: approx Medium Purple. HEX triplet: 97, 5D and E9. RGB value is (151,93,233). Sum of RGB (Red+Green+Blue) = 151+93+233=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #975DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975DE9 is #68A216. Grayscale: #7D7D7D. Windows color (decimal): -6857239 or 15293847. OLE color: 15293847.

HSL color Cylindrical-coordinate representation of color #975DE9: hue angle of 264.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #975DE9 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15193233-
CMYK0.350.6000.09
HSL264.86º76.09%63.92%-
HSV(B)264.86º60.09%91.37%-
XYZ31.3820.2979.35-
YUV126.3188.22145.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 233 (91.41% from 255) = 48.85%
R=31.66%
G=19.50%
B=48.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151932330.350.6000.09264.8676.0963.92
Hex975DE9233C091094c40
Octal2271353514374011411114100
Binary100101111011101111010011000111111000100110000100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975DE9; }

 p { color: rgb(151,93,233); }

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

<style>
 a { background-color: #975DE9; }

 a { background-color: rgb(151,93,233); }

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

<style>
 span { border-color: #975DE9; }

 span { border-color: rgb(151,93,233); }

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