#926DDC

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

Shades of Medium Purple #926DDC

Tints of Medium Purple #926DDC

Color information

#926DDC (or 0x926DDC) is unknown color: approx Medium Purple. HEX triplet: 92, 6D and DC. RGB value is (146,109,220). Sum of RGB (Red+Green+Blue) = 146+109+220=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #926DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DDC is #6D9223. Grayscale: #848484. Windows color (decimal): -7180836 or 14445970. OLE color: 14445970.

HSL color Cylindrical-coordinate representation of color #926DDC: hue angle of 260º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926DDC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146109220-
CMYK0.340.5000.14
HSL260º61.33%64.51%-
HSV(B)260º50.45%86.27%-
XYZ30.2422.2270.4-
YUV132.72177.26137.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=30.74%
G=22.95%
B=46.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461092200.340.5000.1426061.3364.51
Hex926DDC22320E1043d41
Octal222155334426201640475101
Binary10010010110110111011100100010110010011101000001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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