#927FDC

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

Shades of Medium Purple #927FDC

Tints of Medium Purple #927FDC

Color information

#927FDC (or 0x927FDC) is unknown color: approx Medium Purple. HEX triplet: 92, 7F and DC. RGB value is (146,127,220). Sum of RGB (Red+Green+Blue) = 146+127+220=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #927FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FDC is #6D8023. Grayscale: #8E8E8E. Windows color (decimal): -7176228 or 14450578. OLE color: 14450578.

HSL color Cylindrical-coordinate representation of color #927FDC: hue angle of 252.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927FDC is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146127220-
CMYK0.340.4200.14
HSL252.26º57.06%68.04%-
HSV(B)252.26º42.27%86.27%-
XYZ32.3626.4671.11-
YUV143.28171.29129.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=29.61%
G=25.76%
B=44.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461272200.340.4200.14252.2657.0668.04
Hex927FDC222A0Efc3944
Octal222177334425201637471104
Binary1001001011111111101110010001010101001110111111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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