#9A66F0

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

Shades of Medium Purple #9A66F0

Tints of Medium Purple #9A66F0

Color information

#9A66F0 (or 0x9A66F0) is unknown color: approx Medium Purple. HEX triplet: 9A, 66 and F0. RGB value is (154,102,240). Sum of RGB (Red+Green+Blue) = 154+102+240=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #9A66F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A66F0 is #65990F. Grayscale: #848484. Windows color (decimal): -6658320 or 15754906. OLE color: 15754906.

HSL color Cylindrical-coordinate representation of color #9A66F0: hue angle of 262.61º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A66F0 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154102240-
CMYK0.360.5800.06
HSL262.61º82.14%67.06%-
HSV(B)262.61º57.5%94.12%-
XYZ33.8122.6685.03-
YUV133.28188.23142.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 240 (94.14% from 255) = 48.39%
R=31.05%
G=20.56%
B=48.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541022400.360.5800.06262.6182.1467.06
Hex9A66F0243A061075243
Octal232146360447206407122103
Binary10011010110011011110000100100111010011010000011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A66F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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