#927DD6

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

Shades of Medium Purple #927DD6

Tints of Medium Purple #927DD6

Color information

#927DD6 (or 0x927DD6) is unknown color: approx Medium Purple. HEX triplet: 92, 7D and D6. RGB value is (146,125,214). Sum of RGB (Red+Green+Blue) = 146+125+214=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #927DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DD6 is #6D8229. Grayscale: #8D8D8D. Windows color (decimal): -7176746 or 14056850. OLE color: 14056850.

HSL color Cylindrical-coordinate representation of color #927DD6: hue angle of 254.16º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927DD6 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146125214-
CMYK0.320.4200.16
HSL254.16º52.05%66.47%-
HSV(B)254.16º41.59%83.92%-
XYZ31.3325.6366.92-
YUV141.43168.96131.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 214 (83.98% from 255) = 44.12%
R=30.10%
G=25.77%
B=44.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461252140.320.4200.16254.1652.0566.47
Hex927DD6202A010fe3442
Octal222175326405202037664102
Binary10010010111110111010110100000101010010000111111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927DD6; }

 p { color: rgb(146,125,214); }

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

<style>
 a { background-color: #927DD6; }

 a { background-color: rgb(146,125,214); }

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

<style>
 span { border-color: #927DD6; }

 span { border-color: rgb(146,125,214); }

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