#9A8ACA

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

Shades of Cold Purple #9A8ACA

Tints of Cold Purple #9A8ACA

Color information

#9A8ACA (or 0x9A8ACA) is unknown color: approx Cold Purple. HEX triplet: 9A, 8A and CA. RGB value is (154,138,202). Sum of RGB (Red+Green+Blue) = 154+138+202=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ACA is #657535. Grayscale: #959595. Windows color (decimal): -6649142 or 13273754. OLE color: 13273754.

HSL color Cylindrical-coordinate representation of color #9A8ACA: hue angle of 255º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8ACA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154138202-
CMYK0.240.3200.21
HSL255º37.65%66.67%-
HSV(B)255º31.68%79.22%-
XYZ33.0829.3159.79-
YUV150.08157.3130.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=31.17%
G=27.94%
B=40.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541382020.240.3200.2125537.6566.67
Hex9A8ACA1820015ff2643
Octal232212312304002537746103
Binary10011010100010101100101011000100000010101111111111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,138,202); }

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

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

 a { background-color: rgb(154,138,202); }

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

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

 span { border-color: rgb(154,138,202); }

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