#9A86B6

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

Shades of Cold Purple #9A86B6

Tints of Cold Purple #9A86B6

Color information

#9A86B6 (or 0x9A86B6) is unknown color: approx Cold Purple. HEX triplet: 9A, 86 and B6. RGB value is (154,134,182). Sum of RGB (Red+Green+Blue) = 154+134+182=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A86B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86B6 is #657949. Grayscale: #919191. Windows color (decimal): -6650186 or 11962010. OLE color: 11962010.

HSL color Cylindrical-coordinate representation of color #9A86B6: hue angle of 265º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A86B6 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154134182-
CMYK0.150.2600.29
HSL265º24.74%61.96%-
HSV(B)265º26.37%71.37%-
XYZ30.327.347.93-
YUV145.45148.63134.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=32.77%
G=28.51%
B=38.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541341820.150.2600.2926524.7461.96
Hex9A86B6F1A01D109193e
Octal23220626617320354113176
Binary10011010100001101011011011111101001110110000100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A86B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,134,182); }

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

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

 a { background-color: rgb(154,134,182); }

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

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

 span { border-color: rgb(154,134,182); }

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