#9C92BB

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

Shades of Cold Purple #9C92BB

Tints of Cold Purple #9C92BB

Color information

#9C92BB (or 0x9C92BB) is unknown color: approx Cold Purple. HEX triplet: 9C, 92 and BB. RGB value is (156,146,187). Sum of RGB (Red+Green+Blue) = 156+146+187=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C92BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92BB is #636D44. Grayscale: #999999. Windows color (decimal): -6516037 or 12292764. OLE color: 12292764.

HSL color Cylindrical-coordinate representation of color #9C92BB: hue angle of 254.63º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C92BB is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156146187-
CMYK0.170.2200.27
HSL254.63º23.16%65.29%-
HSV(B)254.63º21.93%73.33%-
XYZ32.9631.2151.3-
YUV153.66146.81129.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=31.90%
G=29.86%
B=38.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561461870.170.2200.27254.6323.1665.29
Hex9C92BB111601Bff1741
Octal234222273212603337727101
Binary100111001001001010111011100011011001101111111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C92BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,146,187); }

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

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

 a { background-color: rgb(156,146,187); }

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

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

 span { border-color: rgb(156,146,187); }

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