#927FBE

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

Shades of Cold Purple #927FBE

Tints of Cold Purple #927FBE

Color information

#927FBE (or 0x927FBE) is unknown color: approx Cold Purple. HEX triplet: 92, 7F and BE. RGB value is (146,127,190). Sum of RGB (Red+Green+Blue) = 146+127+190=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #927FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FBE is #6D8041. Grayscale: #8B8B8B. Windows color (decimal): -7176258 or 12484498. OLE color: 12484498.

HSL color Cylindrical-coordinate representation of color #927FBE: hue angle of 258.1º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #927FBE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146127190-
CMYK0.230.3300.25
HSL258.1º32.64%62.16%-
HSV(B)258.1º33.16%74.51%-
XYZ28.7425.0152.03-
YUV139.86156.29132.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=31.53%
G=27.43%
B=41.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461271900.230.3300.25258.132.6462.16
Hex927FBE1721019102213e
Octal22217727627410314024176
Binary1001001011111111011111010111100001011001100000010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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