#9C92BF

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

Shades of Cold Purple #9C92BF

Tints of Cold Purple #9C92BF

Color information

#9C92BF (or 0x9C92BF) is unknown color: approx Cold Purple. HEX triplet: 9C, 92 and BF. RGB value is (156,146,191). Sum of RGB (Red+Green+Blue) = 156+146+191=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C92BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92BF is #636D40. Grayscale: #999999. Windows color (decimal): -6516033 or 12554908. OLE color: 12554908.

HSL color Cylindrical-coordinate representation of color #9C92BF: hue angle of 253.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C92BF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156146191-
CMYK0.180.2400.25
HSL253.33º26.01%66.08%-
HSV(B)253.33º23.56%74.9%-
XYZ33.3931.3953.59-
YUV154.12148.81129.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 191 (75% from 255) = 38.74%
R=31.64%
G=29.61%
B=38.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561461910.180.2400.25253.3326.0166.08
Hex9C92BF1218019fd1a42
Octal234222277223003137532102
Binary100111001001001010111111100101100001100111111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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