#9961F4

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

Shades of Medium Purple #9961F4

Tints of Medium Purple #9961F4

Color information

#9961F4 (or 0x9961F4) is unknown color: approx Medium Purple. HEX triplet: 99, 61 and F4. RGB value is (153,97,244). Sum of RGB (Red+Green+Blue) = 153+97+244=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #9961F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9961F4 is #669E0B. Grayscale: #818181. Windows color (decimal): -6725132 or 16015769. OLE color: 16015769.

HSL color Cylindrical-coordinate representation of color #9961F4: hue angle of 262.86º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9961F4 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15397244-
CMYK0.370.6000.04
HSL262.86º86.98%66.86%-
HSV(B)262.86º60.25%95.69%-
XYZ33.7421.8588.03-
YUV130.5192.05144.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.97%
GREEN value IS 97 (38.28% from 255) = 19.64%
BLUE value IS 244 (95.70% from 255) = 49.39%
R=30.97%
G=19.64%
B=49.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal153972440.370.6000.04262.8686.9866.86
Hex9961F4253C041075743
Octal231141364457404407127103
Binary10011001110000111110100100101111100010010000011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9961F4; }

 p { color: rgb(153,97,244); }

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

<style>
 a { background-color: #9961F4; }

 a { background-color: rgb(153,97,244); }

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

<style>
 span { border-color: #9961F4; }

 span { border-color: rgb(153,97,244); }

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