#9281DC

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

Shades of Medium Purple #9281DC

Tints of Medium Purple #9281DC

Color information

#9281DC (or 0x9281DC) is unknown color: approx Medium Purple. HEX triplet: 92, 81 and DC. RGB value is (146,129,220). Sum of RGB (Red+Green+Blue) = 146+129+220=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #9281DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281DC is #6D7E23. Grayscale: #909090. Windows color (decimal): -7175716 or 14451090. OLE color: 14451090.

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

Color convert

RGB146129220-
CMYK0.340.4100.14
HSL251.21º56.52%68.43%-
HSV(B)251.21º41.36%86.27%-
XYZ32.6226.9871.2-
YUV144.46170.63129.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=29.49%
G=26.06%
B=44.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461292200.340.4100.14251.2156.5268.43
Hex9281DC22290Efb3944
Octal222201334425101637371104
Binary10010010100000011101110010001010100101110111110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9281DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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