#975AE7

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

Shades of Medium Purple #975AE7

Tints of Medium Purple #975AE7

Color information

#975AE7 (or 0x975AE7) is unknown color: approx Medium Purple. HEX triplet: 97, 5A and E7. RGB value is (151,90,231). Sum of RGB (Red+Green+Blue) = 151+90+231=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #975AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975AE7 is #68A518. Grayscale: #7B7B7B. Windows color (decimal): -6858009 or 15162007. OLE color: 15162007.

HSL color Cylindrical-coordinate representation of color #975AE7: hue angle of 265.96º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #975AE7 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15190231-
CMYK0.350.6100.09
HSL265.96º74.6%62.94%-
HSV(B)265.96º61.04%90.59%-
XYZ30.8419.6677.77-
YUV124.31188.21147.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.99%
GREEN value IS 90 (35.55% from 255) = 19.07%
BLUE value IS 231 (90.62% from 255) = 48.94%
R=31.99%
G=19.07%
B=48.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151902310.350.6100.09265.9674.662.94
Hex975AE7233D0910a4b3f
Octal227132347437501141211377
Binary10010111101101011100111100011111101010011000010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,90,231); }

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

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

 a { background-color: rgb(151,90,231); }

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

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

 span { border-color: rgb(151,90,231); }

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