#9665EA

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

Shades of Medium Purple #9665EA

Tints of Medium Purple #9665EA

Color information

#9665EA (or 0x9665EA) is unknown color: approx Medium Purple. HEX triplet: 96, 65 and EA. RGB value is (150,101,234). Sum of RGB (Red+Green+Blue) = 150+101+234=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #9665EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665EA is #699A15. Grayscale: #828282. Windows color (decimal): -6920726 or 15361430. OLE color: 15361430.

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

Color convert

RGB150101234-
CMYK0.360.5700.08
HSL262.11º76%65.69%-
HSV(B)262.11º56.84%91.76%-
XYZ32.0821.7380.35-
YUV130.81186.23141.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=30.93%
G=20.82%
B=48.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501012340.360.5700.08262.117665.69
Hex9665EA2439081064c42
Octal2261453524471010406114102
Binary100101101100101111010101001001110010100010000011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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