#9281DD

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

Shades of Medium Purple #9281DD

Tints of Medium Purple #9281DD

Color information

#9281DD (or 0x9281DD) is unknown color: approx Medium Purple. HEX triplet: 92, 81 and DD. RGB value is (146,129,221). Sum of RGB (Red+Green+Blue) = 146+129+221=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #9281DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281DD is #6D7E22. Grayscale: #909090. Windows color (decimal): -7175715 or 14516626. OLE color: 14516626.

HSL color Cylindrical-coordinate representation of color #9281DD: hue angle of 251.09º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9281DD is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146129221-
CMYK0.340.4200.13
HSL251.09º57.5%68.63%-
HSV(B)251.09º41.63%86.67%-
XYZ32.7627.0371.9-
YUV144.57171.13129.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=29.44%
G=26.01%
B=44.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461292210.340.4200.13251.0957.568.63
Hex9281DD222A0Dfb3a45
Octal222201335425201537372105
Binary10010010100000011101110110001010101001101111110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9281DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9281DD; }

 p { color: rgb(146,129,221); }

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

<style>
 a { background-color: #9281DD; }

 a { background-color: rgb(146,129,221); }

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

<style>
 span { border-color: #9281DD; }

 span { border-color: rgb(146,129,221); }

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