#9282D6

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

Shades of Medium Purple #9282D6

Tints of Medium Purple #9282D6

Color information

#9282D6 (or 0x9282D6) is unknown color: approx Medium Purple. HEX triplet: 92, 82 and D6. RGB value is (146,130,214). Sum of RGB (Red+Green+Blue) = 146+130+214=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #9282D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282D6 is #6D7D29. Grayscale: #909090. Windows color (decimal): -7175466 or 14058130. OLE color: 14058130.

HSL color Cylindrical-coordinate representation of color #9282D6: hue angle of 251.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9282D6 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146130214-
CMYK0.320.3900.16
HSL251.43º50.6%67.45%-
HSV(B)251.43º39.25%83.92%-
XYZ31.9726.9367.13-
YUV144.36167.3129.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 214 (83.98% from 255) = 43.67%
R=29.80%
G=26.53%
B=43.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461302140.320.3900.16251.4350.667.45
Hex9282D62027010fb3343
Octal222202326404702037363103
Binary100100101000001011010110100000100111010000111110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9282D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9282D6; }

 p { color: rgb(146,130,214); }

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

<style>
 a { background-color: #9282D6; }

 a { background-color: rgb(146,130,214); }

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

<style>
 span { border-color: #9282D6; }

 span { border-color: rgb(146,130,214); }

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