#9772E8

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

Shades of Medium Purple #9772E8

Tints of Medium Purple #9772E8

Color information

#9772E8 (or 0x9772E8) is unknown color: approx Medium Purple. HEX triplet: 97, 72 and E8. RGB value is (151,114,232). Sum of RGB (Red+Green+Blue) = 151+114+232=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #9772E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9772E8 is #688D17. Grayscale: #8A8A8A. Windows color (decimal): -6851864 or 15233687. OLE color: 15233687.

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

Color convert

RGB151114232-
CMYK0.350.5100.09
HSL258.81º71.95%67.84%-
HSV(B)258.81º50.86%90.98%-
XYZ33.3524.4479.3-
YUV138.51180.76136.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.38%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 232 (91.02% from 255) = 46.68%
R=30.38%
G=22.94%
B=46.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1511142320.350.5100.09258.8171.9567.84
Hex9772E82333091034844
Octal2271623504363011403110104
Binary100101111110010111010001000111100110100110000001110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9772E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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