#9755F2

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

Shades of Medium Purple #9755F2

Tints of Medium Purple #9755F2

Color information

#9755F2 (or 0x9755F2) is unknown color: approx Medium Purple. HEX triplet: 97, 55 and F2. RGB value is (151,85,242). Sum of RGB (Red+Green+Blue) = 151+85+242=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #9755F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9755F2 is #68AA0D. Grayscale: #7A7A7A. Windows color (decimal): -6859278 or 15881623. OLE color: 15881623.

HSL color Cylindrical-coordinate representation of color #9755F2: hue angle of 265.22º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9755F2 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15185242-
CMYK0.380.6500.05
HSL265.22º85.79%64.12%-
HSV(B)265.22º64.88%94.9%-
XYZ32.0419.4986.08-
YUV122.63195.37148.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 85 (33.59% from 255) = 17.78%
BLUE value IS 242 (94.92% from 255) = 50.63%
R=31.59%
G=17.78%
B=50.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151852420.380.6500.05265.2285.7964.12
Hex9755F22641051095640
Octal2271253624610105411126100
Binary100101111010101111100101001101000001010110000100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9755F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9755F2; }

 p { color: rgb(151,85,242); }

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

<style>
 a { background-color: #9755F2; }

 a { background-color: rgb(151,85,242); }

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

<style>
 span { border-color: #9755F2; }

 span { border-color: rgb(151,85,242); }

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