#9A81CD

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

Shades of Cold Purple #9A81CD

Tints of Cold Purple #9A81CD

Color information

#9A81CD (or 0x9A81CD) is unknown color: approx Cold Purple. HEX triplet: 9A, 81 and CD. RGB value is (154,129,205). Sum of RGB (Red+Green+Blue) = 154+129+205=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A81CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81CD is #657E32. Grayscale: #909090. Windows color (decimal): -6651443 or 13468058. OLE color: 13468058.

HSL color Cylindrical-coordinate representation of color #9A81CD: hue angle of 259.74º degrees, saturation: 0.43, 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 #9A81CD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154129205-
CMYK0.250.3700.20
HSL259.74º43.18%65.49%-
HSV(B)259.74º37.07%80.39%-
XYZ32.226.9861.27-
YUV145.14161.78134.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=31.56%
G=26.43%
B=42.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541292050.250.3700.20259.7443.1865.49
Hex9A81CD19250141042b41
Octal232201315314502440453101
Binary100110101000000111001101110011001010101001000001001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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