#9C8DBB

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

Shades of Cold Purple #9C8DBB

Tints of Cold Purple #9C8DBB

Color information

#9C8DBB (or 0x9C8DBB) is unknown color: approx Cold Purple. HEX triplet: 9C, 8D and BB. RGB value is (156,141,187). Sum of RGB (Red+Green+Blue) = 156+141+187=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DBB is #637244. Grayscale: #969696. Windows color (decimal): -6517317 or 12291484. OLE color: 12291484.

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

Color convert

RGB156141187-
CMYK0.170.2500.27
HSL259.57º25.27%64.31%-
HSV(B)259.57º24.6%73.33%-
XYZ32.229.7151.05-
YUV150.73148.47131.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=32.23%
G=29.13%
B=38.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561411870.170.2500.27259.5725.2764.31
Hex9C8DBB111901B1041940
Octal234215273213103340431100
Binary1001110010001101101110111000111001011011100000100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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