#9460DF

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

Shades of Medium Purple #9460DF

Tints of Medium Purple #9460DF

Color information

#9460DF (or 0x9460DF) is unknown color: approx Medium Purple. HEX triplet: 94, 60 and DF. RGB value is (148,96,223). Sum of RGB (Red+Green+Blue) = 148+96+223=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #9460DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460DF is #6B9F20. Grayscale: #7D7D7D. Windows color (decimal): -7053089 or 14639252. OLE color: 14639252.

HSL color Cylindrical-coordinate representation of color #9460DF: hue angle of 264.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9460DF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14896223-
CMYK0.340.5700.13
HSL264.57º66.49%62.55%-
HSV(B)264.57º56.95%87.45%-
XYZ29.7119.9972.1-
YUV126.03182.73143.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=31.69%
G=20.56%
B=47.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148962230.340.5700.13264.5766.4962.55
Hex9460DF22390D109423f
Octal224140337427101541110277
Binary10010100110000011011111100010111001011011000010011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9460DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9460DF; }

 p { color: rgb(148,96,223); }

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

<style>
 a { background-color: #9460DF; }

 a { background-color: rgb(148,96,223); }

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

<style>
 span { border-color: #9460DF; }

 span { border-color: rgb(148,96,223); }

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