#9268D9

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

Shades of Medium Purple #9268D9

Tints of Medium Purple #9268D9

Color information

#9268D9 (or 0x9268D9) is unknown color: approx Medium Purple. HEX triplet: 92, 68 and D9. RGB value is (146,104,217). Sum of RGB (Red+Green+Blue) = 146+104+217=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #9268D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268D9 is #6D9726. Grayscale: #818181. Windows color (decimal): -7182119 or 14248082. OLE color: 14248082.

HSL color Cylindrical-coordinate representation of color #9268D9: hue angle of 262.3º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9268D9 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146104217-
CMYK0.330.5200.15
HSL262.3º59.79%62.94%-
HSV(B)262.3º52.07%85.1%-
XYZ29.3321.0268.16-
YUV129.44177.41139.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 217 (85.16% from 255) = 46.47%
R=31.26%
G=22.27%
B=46.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461042170.330.5200.15262.359.7962.94
Hex9268D921340F1063c3f
Octal22215033141640174067477
Binary1001001011010001101100110000111010001111100000110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9268D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9268D9; }

 p { color: rgb(146,104,217); }

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

<style>
 a { background-color: #9268D9; }

 a { background-color: rgb(146,104,217); }

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

<style>
 span { border-color: #9268D9; }

 span { border-color: rgb(146,104,217); }

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