#9A84BC

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

Shades of Cold Purple #9A84BC

Tints of Cold Purple #9A84BC

Color information

#9A84BC (or 0x9A84BC) is unknown color: approx Cold Purple. HEX triplet: 9A, 84 and BC. RGB value is (154,132,188). Sum of RGB (Red+Green+Blue) = 154+132+188=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A84BC is #657B43. Grayscale: #909090. Windows color (decimal): -6650692 or 12354714. OLE color: 12354714.

HSL color Cylindrical-coordinate representation of color #9A84BC: hue angle of 263.57º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A84BC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154132188-
CMYK0.180.3000.26
HSL263.57º29.47%62.75%-
HSV(B)263.57º29.79%73.73%-
XYZ30.652751.17-
YUV144.96152.29134.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.49%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=32.49%
G=27.85%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541321880.180.3000.26263.5729.4762.75
Hex9A84BC121E01A1081d3f
Octal23220427422360324103577
Binary100110101000010010111100100101111001101010000100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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