#9468D5

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

Shades of Medium Purple #9468D5

Tints of Medium Purple #9468D5

Color information

#9468D5 (or 0x9468D5) is unknown color: approx Medium Purple. HEX triplet: 94, 68 and D5. RGB value is (148,104,213). Sum of RGB (Red+Green+Blue) = 148+104+213=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #9468D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468D5 is #6B972A. Grayscale: #818181. Windows color (decimal): -7051051 or 13985940. OLE color: 13985940.

HSL color Cylindrical-coordinate representation of color #9468D5: hue angle of 264.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9468D5 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148104213-
CMYK0.310.5100.16
HSL264.22º56.48%62.16%-
HSV(B)264.22º51.17%83.53%-
XYZ29.172165.47-
YUV129.58175.08141.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=31.83%
G=22.37%
B=45.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481042130.310.5100.16264.2256.4862.16
Hex9468D51F33010108383e
Octal22415032537630204107076
Binary1001010011010001101010111111110011010000100001000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9468D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9468D5; }

 p { color: rgb(148,104,213); }

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

<style>
 a { background-color: #9468D5; }

 a { background-color: rgb(148,104,213); }

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

<style>
 span { border-color: #9468D5; }

 span { border-color: rgb(148,104,213); }

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