#926DD1

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

Shades of Medium Purple #926DD1

Tints of Medium Purple #926DD1

Color information

#926DD1 (or 0x926DD1) is unknown color: approx Medium Purple. HEX triplet: 92, 6D and D1. RGB value is (146,109,209). Sum of RGB (Red+Green+Blue) = 146+109+209=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #926DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DD1 is #6D922E. Grayscale: #838383. Windows color (decimal): -7180847 or 13725074. OLE color: 13725074.

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

Color convert

RGB146109209-
CMYK0.300.4800.18
HSL262.2º52.08%62.35%-
HSV(B)262.2º47.85%81.96%-
XYZ28.8321.6562.98-
YUV131.46171.76138.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.47%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=31.47%
G=23.49%
B=45.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461092090.300.4800.18262.252.0862.35
Hex926DD11E30012106343e
Octal22215532136600224066476
Binary1001001011011011101000111110110000010010100000110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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