#9752EA

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

Shades of Medium Purple #9752EA

Tints of Medium Purple #9752EA

Color information

#9752EA (or 0x9752EA) is unknown color: approx Medium Purple. HEX triplet: 97, 52 and EA. RGB value is (151,82,234). Sum of RGB (Red+Green+Blue) = 151+82+234=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #9752EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9752EA is #68AD15. Grayscale: #777777. Windows color (decimal): -6860054 or 15356567. OLE color: 15356567.

HSL color Cylindrical-coordinate representation of color #9752EA: hue angle of 267.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9752EA is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15182234-
CMYK0.350.6500.08
HSL267.24º78.35%61.96%-
HSV(B)267.24º64.96%91.76%-
XYZ30.6318.5579.81-
YUV119.96192.36150.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=32.33%
G=17.56%
B=50.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151822340.350.6500.08267.2478.3561.96
Hex9752EA23410810b4e3e
Octal2271223524310101041311676
Binary100101111010010111010101000111000001010001000010111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9752EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9752EA; }

 p { color: rgb(151,82,234); }

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

<style>
 a { background-color: #9752EA; }

 a { background-color: rgb(151,82,234); }

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

<style>
 span { border-color: #9752EA; }

 span { border-color: rgb(151,82,234); }

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