#926AD1

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

Shades of Medium Purple #926AD1

Tints of Medium Purple #926AD1

Color information

#926AD1 (or 0x926AD1) is unknown color: approx Medium Purple. HEX triplet: 92, 6A and D1. RGB value is (146,106,209). Sum of RGB (Red+Green+Blue) = 146+106+209=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #926AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926AD1 is #6D952E. Grayscale: #818181. Windows color (decimal): -7181615 or 13724306. OLE color: 13724306.

HSL color Cylindrical-coordinate representation of color #926AD1: hue angle of 263.3º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #926AD1 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146106209-
CMYK0.300.4900.18
HSL263.3º52.82%61.76%-
HSV(B)263.3º49.28%81.96%-
XYZ28.5221.0262.88-
YUV129.7172.75139.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.67%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=31.67%
G=22.99%
B=45.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461062090.300.4900.18263.352.8261.76
Hex926AD11E31012107353e
Octal22215232136610224076576
Binary1001001011010101101000111110110001010010100000111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926AD1; }

 p { color: rgb(146,106,209); }

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

<style>
 a { background-color: #926AD1; }

 a { background-color: rgb(146,106,209); }

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

<style>
 span { border-color: #926AD1; }

 span { border-color: rgb(146,106,209); }

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