#9B8DAC

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

Shades of Cold Purple #9B8DAC

Tints of Cold Purple #9B8DAC

Color information

#9B8DAC (or 0x9B8DAC) is unknown color: approx Cold Purple. HEX triplet: 9B, 8D and AC. RGB value is (155,141,172). Sum of RGB (Red+Green+Blue) = 155+141+172=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8DAC is #647253. Grayscale: #949494. Windows color (decimal): -6582868 or 11308443. OLE color: 11308443.

HSL color Cylindrical-coordinate representation of color #9B8DAC: hue angle of 267.1º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B8DAC is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155141172-
CMYK0.100.1800.33
HSL267.1º15.74%61.37%-
HSV(B)267.1º18.02%67.45%-
XYZ30.492943.02-
YUV148.72141.14132.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=33.12%
G=30.13%
B=36.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551411720.100.1800.33267.115.7461.37
Hex9B8DACA1202110b103d
Octal23321525412220414132075
Binary100110111000110110101100101010010010000110000101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,172); }

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

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

 a { background-color: rgb(155,141,172); }

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

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

 span { border-color: rgb(155,141,172); }

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