#9981BD

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

Shades of Cold Purple #9981BD

Tints of Cold Purple #9981BD

Color information

#9981BD (or 0x9981BD) is unknown color: approx Cold Purple. HEX triplet: 99, 81 and BD. RGB value is (153,129,189). Sum of RGB (Red+Green+Blue) = 153+129+189=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #9981BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981BD is #667E42. Grayscale: #8E8E8E. Windows color (decimal): -6716995 or 12419481. OLE color: 12419481.

HSL color Cylindrical-coordinate representation of color #9981BD: hue angle of 264º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9981BD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153129189-
CMYK0.190.3200.26
HSL264º31.25%62.35%-
HSV(B)264º31.75%74.12%-
XYZ30.1726.1551.6-
YUV143.02153.95135.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=32.48%
G=27.39%
B=40.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531291890.190.3200.2626431.2562.35
Hex9981BD132001A1081f3e
Octal23120127523400324103776
Binary1001100110000001101111011001110000001101010000100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9981BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9981BD; }

 p { color: rgb(153,129,189); }

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

<style>
 a { background-color: #9981BD; }

 a { background-color: rgb(153,129,189); }

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

<style>
 span { border-color: #9981BD; }

 span { border-color: rgb(153,129,189); }

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