#9C8FBF

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

Shades of Cold Purple #9C8FBF

Tints of Cold Purple #9C8FBF

Color information

#9C8FBF (or 0x9C8FBF) is unknown color: approx Cold Purple. HEX triplet: 9C, 8F and BF. RGB value is (156,143,191). Sum of RGB (Red+Green+Blue) = 156+143+191=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C8FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FBF is #637040. Grayscale: #989898. Windows color (decimal): -6516801 or 12554140. OLE color: 12554140.

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

Color convert

RGB156143191-
CMYK0.180.2500.25
HSL256.25º27.27%65.49%-
HSV(B)256.25º25.13%74.9%-
XYZ32.9430.4753.44-
YUV152.36149.81130.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.84%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 191 (75% from 255) = 38.98%
R=31.84%
G=29.18%
B=38.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561431910.180.2500.25256.2527.2765.49
Hex9C8FBF12190191001b41
Octal234217277223103140033101
Binary1001110010001111101111111001011001011001100000000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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