#927BEC

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

Shades of Medium Purple #927BEC

Tints of Medium Purple #927BEC

Color information

#927BEC (or 0x927BEC) is unknown color: approx Medium Purple. HEX triplet: 92, 7B and EC. RGB value is (146,123,236). Sum of RGB (Red+Green+Blue) = 146+123+236=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #927BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927BEC is #6D8413. Grayscale: #8E8E8E. Windows color (decimal): -7177236 or 15498130. OLE color: 15498130.

HSL color Cylindrical-coordinate representation of color #927BEC: hue angle of 252.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #927BEC is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146123236-
CMYK0.380.4800.07
HSL252.21º74.83%70.39%-
HSV(B)252.21º47.88%92.55%-
XYZ34.0826.3382.64-
YUV142.76180.62130.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 123 (48.44% from 255) = 24.36%
BLUE value IS 236 (92.58% from 255) = 46.73%
R=28.91%
G=24.36%
B=46.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461232360.380.4800.07252.2174.8370.39
Hex927BEC263007fc4b46
Octal222173354466007374113106
Binary1001001011110111110110010011011000001111111110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,123,236); }

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

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

 a { background-color: rgb(146,123,236); }

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

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

 span { border-color: rgb(146,123,236); }

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