#975DE3

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

Shades of Medium Purple #975DE3

Tints of Medium Purple #975DE3

Color information

#975DE3 (or 0x975DE3) is unknown color: approx Medium Purple. HEX triplet: 97, 5D and E3. RGB value is (151,93,227). Sum of RGB (Red+Green+Blue) = 151+93+227=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 227 - color contains mainly: blue. Hex color #975DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DE3 is #68A21C. Grayscale: #7D7D7D. Windows color (decimal): -6857245 or 14900631. OLE color: 14900631.

HSL color Cylindrical-coordinate representation of color #975DE3: hue angle of 265.97º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #975DE3 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15193227-
CMYK0.330.5900.11
HSL265.97º70.53%62.75%-
HSV(B)265.97º59.03%89.02%-
XYZ30.5419.9574.91-
YUV125.62185.22146.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.06%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 227 (89.06% from 255) = 48.20%
R=32.06%
G=19.75%
B=48.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151932270.330.5900.11265.9770.5362.75
Hex975DE3213B0B10a473f
Octal227135343417301341210777
Binary10010111101110111100011100001111011010111000010101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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