#9A81BC

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

Shades of Cold Purple #9A81BC

Tints of Cold Purple #9A81BC

Color information

#9A81BC (or 0x9A81BC) is unknown color: approx Cold Purple. HEX triplet: 9A, 81 and BC. RGB value is (154,129,188). Sum of RGB (Red+Green+Blue) = 154+129+188=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81BC is #657E43. Grayscale: #8E8E8E. Windows color (decimal): -6651460 or 12353946. OLE color: 12353946.

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

Color convert

RGB154129188-
CMYK0.180.3100.26
HSL265.42º30.57%62.16%-
HSV(B)265.42º31.38%73.73%-
XYZ30.2526.251.04-
YUV143.2153.28135.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=32.70%
G=27.39%
B=39.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541291880.180.3100.26265.4230.5762.16
Hex9A81BC121F01A1091f3e
Octal23220127422370324113776
Binary100110101000000110111100100101111101101010000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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