#9962E7

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

Shades of Medium Purple #9962E7

Tints of Medium Purple #9962E7

Color information

#9962E7 (or 0x9962E7) is unknown color: approx Medium Purple. HEX triplet: 99, 62 and E7. RGB value is (153,98,231). Sum of RGB (Red+Green+Blue) = 153+98+231=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #9962E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9962E7 is #669D18. Grayscale: #818181. Windows color (decimal): -6724889 or 15164057. OLE color: 15164057.

HSL color Cylindrical-coordinate representation of color #9962E7: hue angle of 264.81º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9962E7 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15398231-
CMYK0.340.5800.09
HSL264.81º73.48%64.51%-
HSV(B)264.81º57.58%90.59%-
XYZ31.9321.2878.03-
YUV129.61185.22144.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 98 (38.67% from 255) = 20.33%
BLUE value IS 231 (90.62% from 255) = 47.93%
R=31.74%
G=20.33%
B=47.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal153982310.340.5800.09264.8173.4864.51
Hex9962E7223A091094941
Octal2311423474272011411111101
Binary100110011100010111001111000101110100100110000100110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9962E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9962E7; }

 p { color: rgb(153,98,231); }

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

<style>
 a { background-color: #9962E7; }

 a { background-color: rgb(153,98,231); }

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

<style>
 span { border-color: #9962E7; }

 span { border-color: rgb(153,98,231); }

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