#9487dd

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

Shades of Medium Purple #9487DD

Tints of Medium Purple #9487DD

Color information

#9487DD (or 0x9487DD) is unknown color: approx Medium Purple. HEX triplet: 94, 87 and DD. RGB value is (148,135,221). Sum of RGB (Red+Green+Blue) = 148+135+221=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #9487DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487DD is #6B7822. Grayscale: #949494. Windows color (decimal): -7043107 or 14518164. OLE color: 14518164.

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

Color convert

RGB148135221-
CMYK0.330.3900.13
HSL249.07º55.84%69.8%-
HSV(B)249.07º38.91%86.67%-
XYZ33.9328.8472.19-
YUV148.69168.81127.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=29.37%
G=26.79%
B=43.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481352210.330.3900.13249.0755.8469.8
Hex9487DD21270Df93846
Octal224207335414701537170106
Binary10010100100001111101110110000110011101101111110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9487dd; }

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

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

<style>
 a { background-color: #9487dd; }

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

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

<style>
 span { border-color: #9487dd; }

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

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