#9984BF

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

Shades of Cold Purple #9984BF

Tints of Cold Purple #9984BF

Color information

#9984BF (or 0x9984BF) is unknown color: approx Cold Purple. HEX triplet: 99, 84 and BF. RGB value is (153,132,191). Sum of RGB (Red+Green+Blue) = 153+132+191=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #9984BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984BF is #667B40. Grayscale: #909090. Windows color (decimal): -6716225 or 12551321. OLE color: 12551321.

HSL color Cylindrical-coordinate representation of color #9984BF: hue angle of 261.36º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9984BF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153132191-
CMYK0.200.3100.25
HSL261.36º31.55%63.33%-
HSV(B)261.36º30.89%74.9%-
XYZ30.7927.0452.89-
YUV145153.96133.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.14%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 191 (75% from 255) = 40.13%
R=32.14%
G=27.73%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531321910.200.3100.25261.3631.5563.33
Hex9984BF141F019105203f
Octal23120427724370314054077
Binary1001100110000100101111111010011111011001100000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9984BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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