#927FD8

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

Shades of Medium Purple #927FD8

Tints of Medium Purple #927FD8

Color information

#927FD8 (or 0x927FD8) is unknown color: approx Medium Purple. HEX triplet: 92, 7F and D8. RGB value is (146,127,216). Sum of RGB (Red+Green+Blue) = 146+127+216=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #927FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FD8 is #6D8027. Grayscale: #8E8E8E. Windows color (decimal): -7176232 or 14188434. OLE color: 14188434.

HSL color Cylindrical-coordinate representation of color #927FD8: hue angle of 252.81º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #927FD8 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146127216-
CMYK0.320.4100.15
HSL252.81º53.29%67.25%-
HSV(B)252.81º41.2%84.71%-
XYZ31.8426.2568.35-
YUV142.83169.29130.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=29.86%
G=25.97%
B=44.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461272160.320.4100.15252.8153.2967.25
Hex927FD820290Ffd3543
Octal222177330405101737565103
Binary1001001011111111101100010000010100101111111111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,127,216); }

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

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

 a { background-color: rgb(146,127,216); }

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

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

 span { border-color: rgb(146,127,216); }

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