#9984BA

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

Shades of Cold Purple #9984BA

Tints of Cold Purple #9984BA

Color information

#9984BA (or 0x9984BA) is unknown color: approx Cold Purple. HEX triplet: 99, 84 and BA. RGB value is (153,132,186). Sum of RGB (Red+Green+Blue) = 153+132+186=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9984BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984BA is #667B45. Grayscale: #909090. Windows color (decimal): -6716230 or 12223641. OLE color: 12223641.

HSL color Cylindrical-coordinate representation of color #9984BA: hue angle of 263.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9984BA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153132186-
CMYK0.180.2900.27
HSL263.33º28.12%62.35%-
HSV(B)263.33º29.03%72.94%-
XYZ30.2526.8250.04-
YUV144.44151.46134.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=32.48%
G=28.03%
B=39.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531321860.180.2900.27263.3328.1262.35
Hex9984BA121D01B1071c3e
Octal23120427222350334073476
Binary100110011000010010111010100101110101101110000011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9984BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9984BA; }

 p { color: rgb(153,132,186); }

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

<style>
 a { background-color: #9984BA; }

 a { background-color: rgb(153,132,186); }

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

<style>
 span { border-color: #9984BA; }

 span { border-color: rgb(153,132,186); }

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