#926AD5

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

Shades of Medium Purple #926AD5

Tints of Medium Purple #926AD5

Color information

#926AD5 (or 0x926AD5) is unknown color: approx Medium Purple. HEX triplet: 92, 6A and D5. RGB value is (146,106,213). Sum of RGB (Red+Green+Blue) = 146+106+213=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #926AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926AD5 is #6D952A. Grayscale: #818181. Windows color (decimal): -7181611 or 13986450. OLE color: 13986450.

HSL color Cylindrical-coordinate representation of color #926AD5: hue angle of 262.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926AD5 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146106213-
CMYK0.310.5000.16
HSL262.43º56.02%62.55%-
HSV(B)262.43º50.23%83.53%-
XYZ29.0221.2265.52-
YUV130.16174.75139.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=31.40%
G=22.80%
B=45.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461062130.310.5000.16262.4356.0262.55
Hex926AD51F32010106383f
Octal22215232537620204067077
Binary1001001011010101101010111111110010010000100000110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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