#9A84CE

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

Shades of Cold Purple #9A84CE

Tints of Cold Purple #9A84CE

Color information

#9A84CE (or 0x9A84CE) is unknown color: approx Cold Purple. HEX triplet: 9A, 84 and CE. RGB value is (154,132,206). Sum of RGB (Red+Green+Blue) = 154+132+206=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A84CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A84CE is #657B31. Grayscale: #929292. Windows color (decimal): -6650674 or 13534362. OLE color: 13534362.

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

Color convert

RGB154132206-
CMYK0.250.3600.19
HSL257.84º43.02%66.27%-
HSV(B)257.84º35.92%80.78%-
XYZ32.7227.8362.04-
YUV147.01161.29132.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=31.30%
G=26.83%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541322060.250.3600.19257.8443.0266.27
Hex9A84CE19240131022b42
Octal232204316314402340253102
Binary100110101000010011001110110011001000100111000000101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A84CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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