#9C8FBB

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

Shades of Cold Purple #9C8FBB

Tints of Cold Purple #9C8FBB

Color information

#9C8FBB (or 0x9C8FBB) is unknown color: approx Cold Purple. HEX triplet: 9C, 8F and BB. RGB value is (156,143,187). Sum of RGB (Red+Green+Blue) = 156+143+187=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FBB is #637044. Grayscale: #979797. Windows color (decimal): -6516805 or 12291996. OLE color: 12291996.

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

Color convert

RGB156143187-
CMYK0.170.2400.27
HSL257.73º24.44%64.71%-
HSV(B)257.73º23.53%73.33%-
XYZ32.530.351.15-
YUV151.9147.81130.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=32.10%
G=29.42%
B=38.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561431870.170.2400.27257.7324.4464.71
Hex9C8FBB111801B1021841
Octal234217273213003340230101
Binary1001110010001111101110111000111000011011100000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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