#9775EE

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

Shades of Medium Purple #9775EE

Tints of Medium Purple #9775EE

Color information

#9775EE (or 0x9775EE) is unknown color: approx Medium Purple. HEX triplet: 97, 75 and EE. RGB value is (151,117,238). Sum of RGB (Red+Green+Blue) = 151+117+238=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #9775EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9775EE is #688A11. Grayscale: #8C8C8C. Windows color (decimal): -6851090 or 15627671. OLE color: 15627671.

HSL color Cylindrical-coordinate representation of color #9775EE: hue angle of 256.86º 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 #9775EE is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151117238-
CMYK0.370.5100.07
HSL256.86º78.06%69.61%-
HSV(B)256.86º50.84%93.33%-
XYZ34.5625.4783.98-
YUV140.96182.76135.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=29.84%
G=23.12%
B=47.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511172380.370.5100.07256.8678.0669.61
Hex9775EE2533071014e46
Octal227165356456307401116106
Binary10010111111010111101110100101110011011110000000110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9775EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9775EE; }

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

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

<style>
 a { background-color: #9775EE; }

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

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

<style>
 span { border-color: #9775EE; }

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

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