#9984BC

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

Shades of Cold Purple #9984BC

Tints of Cold Purple #9984BC

Color information

#9984BC (or 0x9984BC) is unknown color: approx Cold Purple. HEX triplet: 99, 84 and BC. RGB value is (153,132,188). Sum of RGB (Red+Green+Blue) = 153+132+188=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #9984BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984BC is #667B43. Grayscale: #909090. Windows color (decimal): -6716228 or 12354713. OLE color: 12354713.

HSL color Cylindrical-coordinate representation of color #9984BC: hue angle of 262.5º 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 #9984BC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153132188-
CMYK0.190.3000.26
HSL262.5º29.47%62.75%-
HSV(B)262.5º29.79%73.73%-
XYZ30.4726.9151.16-
YUV144.66152.46133.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=32.35%
G=27.91%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531321880.190.3000.26262.529.4762.75
Hex9984BC131E01A1061d3f
Octal23120427423360324063577
Binary100110011000010010111100100111111001101010000011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9984BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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