#9981BC

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

Shades of Cold Purple #9981BC

Tints of Cold Purple #9981BC

Color information

#9981BC (or 0x9981BC) is unknown color: approx Cold Purple. HEX triplet: 99, 81 and BC. RGB value is (153,129,188). Sum of RGB (Red+Green+Blue) = 153+129+188=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9981BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981BC is #667E43. Grayscale: #8E8E8E. Windows color (decimal): -6716996 or 12353945. OLE color: 12353945.

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

Color convert

RGB153129188-
CMYK0.190.3100.26
HSL264.41º30.57%62.16%-
HSV(B)264.41º31.38%73.73%-
XYZ30.0626.151.03-
YUV142.9153.45135.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 188 (73.83% from 255) = 40%
R=32.55%
G=27.45%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531291880.190.3100.26264.4130.5762.16
Hex9981BC131F01A1081f3e
Octal23120127423370324103776
Binary100110011000000110111100100111111101101010000100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9981BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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