#9a89ce

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

Shades of Cold Purple #9A89CE

Tints of Cold Purple #9A89CE

Color information

#9A89CE (or 0x9A89CE) is unknown color: approx Cold Purple. HEX triplet: 9A, 89 and CE. RGB value is (154,137,206). Sum of RGB (Red+Green+Blue) = 154+137+206=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A89CE is #657631. Grayscale: #959595. Windows color (decimal): -6649394 or 13535642. OLE color: 13535642.

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

Color convert

RGB154137206-
CMYK0.250.3300.19
HSL254.78º41.32%67.25%-
HSV(B)254.78º33.5%80.78%-
XYZ33.4129.2262.27-
YUV149.95159.63130.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=30.99%
G=27.57%
B=41.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541372060.250.3300.19254.7841.3267.25
Hex9A89CE1921013ff2943
Octal232211316314102337751103
Binary10011010100010011100111011001100001010011111111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a89ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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