#927FDA

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

Shades of Medium Purple #927FDA

Tints of Medium Purple #927FDA

Color information

#927FDA (or 0x927FDA) is unknown color: approx Medium Purple. HEX triplet: 92, 7F and DA. RGB value is (146,127,218). Sum of RGB (Red+Green+Blue) = 146+127+218=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #927FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FDA is #6D8025. Grayscale: #8E8E8E. Windows color (decimal): -7176230 or 14319506. OLE color: 14319506.

HSL color Cylindrical-coordinate representation of color #927FDA: hue angle of 252.53º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927FDA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146127218-
CMYK0.330.4200.15
HSL252.53º55.15%67.65%-
HSV(B)252.53º41.74%85.49%-
XYZ32.126.3569.72-
YUV143.05170.29130.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=29.74%
G=25.87%
B=44.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461272180.330.4200.15252.5355.1567.65
Hex927FDA212A0Ffd3744
Octal222177332415201737567104
Binary1001001011111111101101010000110101001111111111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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