#9A81CE

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

Shades of Cold Purple #9A81CE

Tints of Cold Purple #9A81CE

Color information

#9A81CE (or 0x9A81CE) is unknown color: approx Cold Purple. HEX triplet: 9A, 81 and CE. RGB value is (154,129,206). Sum of RGB (Red+Green+Blue) = 154+129+206=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A81CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81CE is #657E31. Grayscale: #909090. Windows color (decimal): -6651442 or 13533594. OLE color: 13533594.

HSL color Cylindrical-coordinate representation of color #9A81CE: hue angle of 259.48º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A81CE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154129206-
CMYK0.250.3700.19
HSL259.48º44%65.69%-
HSV(B)259.48º37.38%80.78%-
XYZ32.3227.0361.91-
YUV145.25162.28134.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.49%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=31.49%
G=26.38%
B=42.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541292060.250.3700.19259.484465.69
Hex9A81CE19250131032c42
Octal232201316314502340354102
Binary100110101000000111001110110011001010100111000000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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