#9A81CC

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

Shades of Cold Purple #9A81CC

Tints of Cold Purple #9A81CC

Color information

#9A81CC (or 0x9A81CC) is unknown color: approx Cold Purple. HEX triplet: 9A, 81 and CC. RGB value is (154,129,204). Sum of RGB (Red+Green+Blue) = 154+129+204=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81CC is #657E33. Grayscale: #909090. Windows color (decimal): -6651444 or 13402522. OLE color: 13402522.

HSL color Cylindrical-coordinate representation of color #9A81CC: hue angle of 260º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A81CC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154129204-
CMYK0.250.3700.2
HSL260º42.37%65.29%-
HSV(B)260º36.76%80%-
XYZ32.0826.9360.63-
YUV145.02161.28134.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=31.62%
G=26.49%
B=41.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541292040.250.3700.226042.3765.29
Hex9A81CC19250141042a41
Octal232201314314502440452101
Binary100110101000000111001100110011001010101001000001001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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