#9A81DC

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

Shades of Medium Purple #9A81DC

Tints of Medium Purple #9A81DC

Color information

#9A81DC (or 0x9A81DC) is unknown color: approx Medium Purple. HEX triplet: 9A, 81 and DC. RGB value is (154,129,220). Sum of RGB (Red+Green+Blue) = 154+129+220=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81DC is #657E23. Grayscale: #929292. Windows color (decimal): -6651428 or 14451098. OLE color: 14451098.

HSL color Cylindrical-coordinate representation of color #9A81DC: hue angle of 256.48º 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 #9A81DC is Cyan = 0.3, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154129220-
CMYK0.30.4100.14
HSL256.48º56.52%68.43%-
HSV(B)256.48º41.36%86.27%-
XYZ34.0927.7471.27-
YUV146.85169.28133.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=30.62%
G=25.65%
B=43.74%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541292200.30.4100.14256.4856.5268.43
Hex9A81DC1E290E1003944
Octal232201334365101640071104
Binary10011010100000011101110011110101001011101000000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A81DC; }

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

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

<style>
 a { background-color: #9A81DC; }

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

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

<style>
 span { border-color: #9A81DC; }

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

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