#9658EA

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

Shades of Medium Purple #9658EA

Tints of Medium Purple #9658EA

Color information

#9658EA (or 0x9658EA) is unknown color: approx Medium Purple. HEX triplet: 96, 58 and EA. RGB value is (150,88,234). Sum of RGB (Red+Green+Blue) = 150+88+234=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #9658EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9658EA is #69A715. Grayscale: #7A7A7A. Windows color (decimal): -6924054 or 15358102. OLE color: 15358102.

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

Color convert

RGB15088234-
CMYK0.360.6200.08
HSL265.48º77.66%63.14%-
HSV(B)265.48º62.39%91.76%-
XYZ30.9219.479.96-
YUV123.18190.54147.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 88 (34.77% from 255) = 18.64%
BLUE value IS 234 (91.80% from 255) = 49.58%
R=31.78%
G=18.64%
B=49.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal150882340.360.6200.08265.4877.6663.14
Hex9658EA243E081094e3f
Octal226130352447601041111677
Binary10010110101100011101010100100111110010001000010011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9658EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,88,234); }

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

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

 a { background-color: rgb(150,88,234); }

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

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

 span { border-color: rgb(150,88,234); }

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