#9481DC

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

Shades of Medium Purple #9481DC

Tints of Medium Purple #9481DC

Color information

#9481DC (or 0x9481DC) is unknown color: approx Medium Purple. HEX triplet: 94, 81 and DC. RGB value is (148,129,220). Sum of RGB (Red+Green+Blue) = 148+129+220=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #9481DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481DC is #6B7E23. Grayscale: #909090. Windows color (decimal): -7044644 or 14451092. OLE color: 14451092.

HSL color Cylindrical-coordinate representation of color #9481DC: hue angle of 252.53º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9481DC is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148129220-
CMYK0.330.4100.14
HSL252.53º56.52%68.43%-
HSV(B)252.53º41.36%86.27%-
XYZ32.9827.1671.21-
YUV145.06170.29130.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=29.78%
G=25.96%
B=44.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481292200.330.4100.14252.5356.5268.43
Hex9481DC21290Efd3944
Octal224201334415101637571104
Binary10010100100000011101110010000110100101110111111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9481DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9481DC; }

 p { color: rgb(148,129,220); }

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

<style>
 a { background-color: #9481DC; }

 a { background-color: rgb(148,129,220); }

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

<style>
 span { border-color: #9481DC; }

 span { border-color: rgb(148,129,220); }

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