#9B92AB

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

Shades of Cold Purple #9B92AB

Tints of Cold Purple #9B92AB

Color information

#9B92AB (or 0x9B92AB) is unknown color: approx Cold Purple. HEX triplet: 9B, 92 and AB. RGB value is (155,146,171). Sum of RGB (Red+Green+Blue) = 155+146+171=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B92AB is #646D54. Grayscale: #979797. Windows color (decimal): -6581589 or 11244187. OLE color: 11244187.

HSL color Cylindrical-coordinate representation of color #9B92AB: hue angle of 261.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B92AB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155146171-
CMYK0.090.1500.33
HSL261.6º12.95%62.16%-
HSV(B)261.6º14.62%67.06%-
XYZ31.1530.4742.77-
YUV151.54138.98130.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=32.84%
G=30.93%
B=36.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551461710.090.1500.33261.612.9562.16
Hex9B92AB9F021106d3e
Octal23322225311170414061576
Binary1001101110010010101010111001111101000011000001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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