#9A66EA

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

Shades of Medium Purple #9A66EA

Tints of Medium Purple #9A66EA

Color information

#9A66EA (or 0x9A66EA) is unknown color: approx Medium Purple. HEX triplet: 9A, 66 and EA. RGB value is (154,102,234). Sum of RGB (Red+Green+Blue) = 154+102+234=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A66EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A66EA is #659915. Grayscale: #848484. Windows color (decimal): -6658326 or 15361690. OLE color: 15361690.

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

Color convert

RGB154102234-
CMYK0.340.5600.08
HSL263.64º75.86%65.88%-
HSV(B)263.64º56.41%91.76%-
XYZ32.9322.3180.41-
YUV132.6185.23143.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 234 (91.80% from 255) = 47.76%
R=31.43%
G=20.82%
B=47.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541022340.340.5600.08263.6475.8665.88
Hex9A66EA2238081084c42
Octal2321463524270010410114102
Binary100110101100110111010101000101110000100010000100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A66EA; }

 p { color: rgb(154,102,234); }

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

<style>
 a { background-color: #9A66EA; }

 a { background-color: rgb(154,102,234); }

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

<style>
 span { border-color: #9A66EA; }

 span { border-color: rgb(154,102,234); }

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