#9B8FAB

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

Shades of Cold Purple #9B8FAB

Tints of Cold Purple #9B8FAB

Color information

#9B8FAB (or 0x9B8FAB) is unknown color: approx Cold Purple. HEX triplet: 9B, 8F and AB. RGB value is (155,143,171). Sum of RGB (Red+Green+Blue) = 155+143+171=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8FAB is #647054. Grayscale: #959595. Windows color (decimal): -6582357 or 11243419. OLE color: 11243419.

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

Color convert

RGB155143171-
CMYK0.090.1600.33
HSL265.71º14.29%61.57%-
HSV(B)265.71º16.37%67.06%-
XYZ30.6929.5542.61-
YUV149.78139.98131.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=33.05%
G=30.49%
B=36.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551431710.090.1600.33265.7114.2961.57
Hex9B8FAB91002110ae3e
Octal23321725311200414121676
Binary10011011100011111010101110011000001000011000010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,171); }

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

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

 a { background-color: rgb(155,143,171); }

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

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

 span { border-color: rgb(155,143,171); }

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