#9B8EAC

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

Shades of Cold Purple #9B8EAC

Tints of Cold Purple #9B8EAC

Color information

#9B8EAC (or 0x9B8EAC) is unknown color: approx Cold Purple. HEX triplet: 9B, 8E and AC. RGB value is (155,142,172). Sum of RGB (Red+Green+Blue) = 155+142+172=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8EAC is #647153. Grayscale: #959595. Windows color (decimal): -6582612 or 11308699. OLE color: 11308699.

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

Color convert

RGB155142172-
CMYK0.100.1700.33
HSL266º15.31%61.57%-
HSV(B)266º17.44%67.45%-
XYZ30.6429.2943.07-
YUV149.31140.81132.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=33.05%
G=30.28%
B=36.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551421720.100.1700.3326615.3161.57
Hex9B8EACA1102110af3e
Octal23321625412210414121776
Binary10011011100011101010110010101000101000011000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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