#9483D7

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

Shades of Medium Purple #9483D7

Tints of Medium Purple #9483D7

Color information

#9483D7 (or 0x9483D7) is unknown color: approx Medium Purple. HEX triplet: 94, 83 and D7. RGB value is (148,131,215). Sum of RGB (Red+Green+Blue) = 148+131+215=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #9483D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483D7 is #6B7C28. Grayscale: #919191. Windows color (decimal): -7044137 or 14123924. OLE color: 14123924.

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

Color convert

RGB148131215-
CMYK0.310.3900.16
HSL252.14º51.22%67.84%-
HSV(B)252.14º39.07%84.31%-
XYZ32.5927.4367.87-
YUV145.66167.13129.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=29.96%
G=26.52%
B=43.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481312150.310.3900.16252.1451.2267.84
Hex9483D71F27010fc3344
Octal224203327374702037463104
Binary10010100100000111101011111111100111010000111111001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9483D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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