#928BBF

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

Shades of Cold Purple #928BBF

Tints of Cold Purple #928BBF

Color information

#928BBF (or 0x928BBF) is unknown color: approx Cold Purple. HEX triplet: 92, 8B and BF. RGB value is (146,139,191). Sum of RGB (Red+Green+Blue) = 146+139+191=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #928BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BBF is #6D7440. Grayscale: #929292. Windows color (decimal): -7173185 or 12553106. OLE color: 12553106.

HSL color Cylindrical-coordinate representation of color #928BBF: hue angle of 248.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #928BBF is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146139191-
CMYK0.240.2700.25
HSL248.08º28.89%64.71%-
HSV(B)248.08º27.23%74.9%-
XYZ30.4928.3453.15-
YUV147.02152.82127.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 191 (75% from 255) = 40.13%
R=30.67%
G=29.20%
B=40.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461391910.240.2700.25248.0828.8964.71
Hex928BBF181B019f81d41
Octal222213277303303137035101
Binary100100101000101110111111110001101101100111111000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928BBF; }

 p { color: rgb(146,139,191); }

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

<style>
 a { background-color: #928BBF; }

 a { background-color: rgb(146,139,191); }

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

<style>
 span { border-color: #928BBF; }

 span { border-color: rgb(146,139,191); }

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