#9466F0

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

Shades of Medium Purple #9466F0

Tints of Medium Purple #9466F0

Color information

#9466F0 (or 0x9466F0) is unknown color: approx Medium Purple. HEX triplet: 94, 66 and F0. RGB value is (148,102,240). Sum of RGB (Red+Green+Blue) = 148+102+240=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #9466F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9466F0 is #6B990F. Grayscale: #828282. Windows color (decimal): -7051536 or 15754900. OLE color: 15754900.

HSL color Cylindrical-coordinate representation of color #9466F0: hue angle of 260º 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 #9466F0 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148102240-
CMYK0.380.5800.06
HSL260º82.14%67.06%-
HSV(B)260º57.5%94.12%-
XYZ32.6922.0984.98-
YUV131.49189.24139.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 240 (94.14% from 255) = 48.98%
R=30.20%
G=20.82%
B=48.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481022400.380.5800.0626082.1467.06
Hex9466F0263A061045243
Octal224146360467206404122103
Binary10010100110011011110000100110111010011010000010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9466F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9466F0; }

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

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

<style>
 a { background-color: #9466F0; }

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

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

<style>
 span { border-color: #9466F0; }

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

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