#9662E7

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

Shades of Medium Purple #9662E7

Tints of Medium Purple #9662E7

Color information

#9662E7 (or 0x9662E7) is unknown color: approx Medium Purple. HEX triplet: 96, 62 and E7. RGB value is (150,98,231). Sum of RGB (Red+Green+Blue) = 150+98+231=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #9662E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9662E7 is #699D18. Grayscale: #808080. Windows color (decimal): -6921497 or 15164054. OLE color: 15164054.

HSL color Cylindrical-coordinate representation of color #9662E7: hue angle of 263.46º 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 #9662E7 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15098231-
CMYK0.350.5800.09
HSL263.46º73.48%64.51%-
HSV(B)263.46º57.58%90.59%-
XYZ31.3720.9978-
YUV128.71185.73143.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 98 (38.67% from 255) = 20.46%
BLUE value IS 231 (90.62% from 255) = 48.23%
R=31.32%
G=20.46%
B=48.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150982310.350.5800.09263.4673.4864.51
Hex9662E7233A091074941
Octal2261423474372011407111101
Binary100101101100010111001111000111110100100110000011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9662E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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