#9463DD

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

Shades of Medium Purple #9463DD

Tints of Medium Purple #9463DD

Color information

#9463DD (or 0x9463DD) is unknown color: approx Medium Purple. HEX triplet: 94, 63 and DD. RGB value is (148,99,221). Sum of RGB (Red+Green+Blue) = 148+99+221=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #9463DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463DD is #6B9C22. Grayscale: #7F7F7F. Windows color (decimal): -7052323 or 14508948. OLE color: 14508948.

HSL color Cylindrical-coordinate representation of color #9463DD: hue angle of 264.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9463DD is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14899221-
CMYK0.330.5500.13
HSL264.1º64.21%62.75%-
HSV(B)264.1º55.2%86.67%-
XYZ29.7320.4470.79-
YUV127.56180.73142.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=31.62%
G=21.15%
B=47.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148992210.330.5500.13264.164.2162.75
Hex9463DD21370D108403f
Octal224143335416701541010077
Binary10010100110001111011101100001110111011011000010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9463DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9463DD; }

 p { color: rgb(148,99,221); }

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

<style>
 a { background-color: #9463DD; }

 a { background-color: rgb(148,99,221); }

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

<style>
 span { border-color: #9463DD; }

 span { border-color: rgb(148,99,221); }

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