#9281DA

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

Shades of Medium Purple #9281DA

Tints of Medium Purple #9281DA

Color information

#9281DA (or 0x9281DA) is unknown color: approx Medium Purple. HEX triplet: 92, 81 and DA. RGB value is (146,129,218). Sum of RGB (Red+Green+Blue) = 146+129+218=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #9281DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281DA is #6D7E25. Grayscale: #8F8F8F. Windows color (decimal): -7175718 or 14320018. OLE color: 14320018.

HSL color Cylindrical-coordinate representation of color #9281DA: hue angle of 251.46º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9281DA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146129218-
CMYK0.330.4100.15
HSL251.46º54.6%68.04%-
HSV(B)251.46º40.83%85.49%-
XYZ32.3626.8769.81-
YUV144.23169.63129.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=29.61%
G=26.17%
B=44.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461292180.330.4100.15251.4654.668.04
Hex9281DA21290Ffb3744
Octal222201332415101737367104
Binary10010010100000011101101010000110100101111111110111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9281DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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