#928ABE

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

Shades of Cold Purple #928ABE

Tints of Cold Purple #928ABE

Color information

#928ABE (or 0x928ABE) is unknown color: approx Cold Purple. HEX triplet: 92, 8A and BE. RGB value is (146,138,190). Sum of RGB (Red+Green+Blue) = 146+138+190=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #928ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ABE is #6D7541. Grayscale: #929292. Windows color (decimal): -7173442 or 12487314. OLE color: 12487314.

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

Color convert

RGB146138190-
CMYK0.230.2700.25
HSL249.23º28.57%64.31%-
HSV(B)249.23º27.37%74.51%-
XYZ30.2428.0152.53-
YUV146.32152.65127.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=30.80%
G=29.11%
B=40.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461381900.230.2700.25249.2328.5764.31
Hex928ABE171B019f91d40
Octal222212276273303137135100
Binary100100101000101010111110101111101101100111111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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