#9984CB

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

Shades of Cold Purple #9984CB

Tints of Cold Purple #9984CB

Color information

#9984CB (or 0x9984CB) is unknown color: approx Cold Purple. HEX triplet: 99, 84 and CB. RGB value is (153,132,203). Sum of RGB (Red+Green+Blue) = 153+132+203=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #9984CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984CB is #667B34. Grayscale: #929292. Windows color (decimal): -6716213 or 13337753. OLE color: 13337753.

HSL color Cylindrical-coordinate representation of color #9984CB: hue angle of 257.75º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9984CB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153132203-
CMYK0.250.3500.20
HSL257.75º40.57%65.69%-
HSV(B)257.75º34.98%79.61%-
XYZ32.1727.5960.13-
YUV146.37159.96132.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=31.35%
G=27.05%
B=41.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531322030.250.3500.20257.7540.5765.69
Hex9984CB19230141022942
Octal231204313314302440251102
Binary100110011000010011001011110011000110101001000000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9984CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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