#9B92AE

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

Shades of Cold Purple #9B92AE

Tints of Cold Purple #9B92AE

Color information

#9B92AE (or 0x9B92AE) is unknown color: approx Cold Purple. HEX triplet: 9B, 92 and AE. RGB value is (155,146,174). Sum of RGB (Red+Green+Blue) = 155+146+174=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B92AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B92AE is #646D51. Grayscale: #979797. Windows color (decimal): -6581586 or 11440795. OLE color: 11440795.

HSL color Cylindrical-coordinate representation of color #9B92AE: hue angle of 259.29º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B92AE is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155146174-
CMYK0.110.1600.32
HSL259.29º14.74%62.75%-
HSV(B)259.29º16.09%68.24%-
XYZ31.4430.5844.29-
YUV151.88140.48130.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=32.63%
G=30.74%
B=36.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551461740.110.1600.32259.2914.7462.75
Hex9B92AEB10020103f3f
Octal23322225613200404031777
Binary10011011100100101010111010111000001000001000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B92AE; }

 p { color: rgb(155,146,174); }

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

<style>
 a { background-color: #9B92AE; }

 a { background-color: rgb(155,146,174); }

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

<style>
 span { border-color: #9B92AE; }

 span { border-color: rgb(155,146,174); }

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