#9A81BD

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

Shades of Cold Purple #9A81BD

Tints of Cold Purple #9A81BD

Color information

#9A81BD (or 0x9A81BD) is unknown color: approx Cold Purple. HEX triplet: 9A, 81 and BD. RGB value is (154,129,189). Sum of RGB (Red+Green+Blue) = 154+129+189=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81BD is #657E42. Grayscale: #8F8F8F. Windows color (decimal): -6651459 or 12419482. OLE color: 12419482.

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

Color convert

RGB154129189-
CMYK0.190.3200.26
HSL265º31.25%62.35%-
HSV(B)265º31.75%74.12%-
XYZ30.3626.2451.61-
YUV143.32153.78135.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=32.63%
G=27.33%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541291890.190.3200.2626531.2562.35
Hex9A81BD132001A1091f3e
Octal23220127523400324113776
Binary1001101010000001101111011001110000001101010000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,129,189); }

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

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

 a { background-color: rgb(154,129,189); }

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

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

 span { border-color: rgb(154,129,189); }

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