#9775E8

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

Shades of Medium Purple #9775E8

Tints of Medium Purple #9775E8

Color information

#9775E8 (or 0x9775E8) is unknown color: approx Medium Purple. HEX triplet: 97, 75 and E8. RGB value is (151,117,232). Sum of RGB (Red+Green+Blue) = 151+117+232=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #9775E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9775E8 is #688A17. Grayscale: #8B8B8B. Windows color (decimal): -6851096 or 15234455. OLE color: 15234455.

HSL color Cylindrical-coordinate representation of color #9775E8: hue angle of 257.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9775E8 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB151117232-
CMYK0.350.5000.09
HSL257.74º71.43%68.43%-
HSV(B)257.74º49.57%90.98%-
XYZ33.6925.1379.42-
YUV140.28179.76135.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 232 (91.02% from 255) = 46.4%
R=30.2%
G=23.4%
B=46.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1511172320.350.5000.09257.7471.4368.43
Hex9775E82332091024744
Octal2271653504362011402107104
Binary100101111110101111010001000111100100100110000001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9775E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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