#927BD5

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

Shades of Medium Purple #927BD5

Tints of Medium Purple #927BD5

Color information

#927BD5 (or 0x927BD5) is unknown color: approx Medium Purple. HEX triplet: 92, 7B and D5. RGB value is (146,123,213). Sum of RGB (Red+Green+Blue) = 146+123+213=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #927BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927BD5 is #6D842A. Grayscale: #8B8B8B. Windows color (decimal): -7177259 or 13990802. OLE color: 13990802.

HSL color Cylindrical-coordinate representation of color #927BD5: hue angle of 255.33º 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 #927BD5 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146123213-
CMYK0.310.4200.16
HSL255.33º51.72%65.88%-
HSV(B)255.33º42.25%83.53%-
XYZ30.9525.0866.16-
YUV140.14169.12132.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.29%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 213 (83.59% from 255) = 44.19%
R=30.29%
G=25.52%
B=44.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461232130.310.4200.16255.3351.7265.88
Hex927BD51F2A010ff3442
Octal222173325375202037764102
Binary1001001011110111101010111111101010010000111111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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