#9482D7

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

Shades of Medium Purple #9482D7

Tints of Medium Purple #9482D7

Color information

#9482D7 (or 0x9482D7) is unknown color: approx Medium Purple. HEX triplet: 94, 82 and D7. RGB value is (148,130,215). Sum of RGB (Red+Green+Blue) = 148+130+215=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #9482D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482D7 is #6B7D28. Grayscale: #909090. Windows color (decimal): -7044393 or 14123668. OLE color: 14123668.

HSL color Cylindrical-coordinate representation of color #9482D7: hue angle of 252.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9482D7 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148130215-
CMYK0.310.4000.16
HSL252.71º51.52%67.65%-
HSV(B)252.71º39.53%84.31%-
XYZ32.4627.1767.82-
YUV145.07167.46130.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=30.02%
G=26.37%
B=43.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481302150.310.4000.16252.7151.5267.65
Hex9482D71F28010fd3444
Octal224202327375002037564104
Binary10010100100000101101011111111101000010000111111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9482D7; }

 p { color: rgb(148,130,215); }

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

<style>
 a { background-color: #9482D7; }

 a { background-color: rgb(148,130,215); }

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

<style>
 span { border-color: #9482D7; }

 span { border-color: rgb(148,130,215); }

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