#9983BD

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

Shades of Cold Purple #9983BD

Tints of Cold Purple #9983BD

Color information

#9983BD (or 0x9983BD) is unknown color: approx Cold Purple. HEX triplet: 99, 83 and BD. RGB value is (153,131,189). Sum of RGB (Red+Green+Blue) = 153+131+189=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9983BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BD is #667C42. Grayscale: #8F8F8F. Windows color (decimal): -6716483 or 12419993. OLE color: 12419993.

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

Color convert

RGB153131189-
CMYK0.190.3100.26
HSL262.76º30.53%62.75%-
HSV(B)262.76º30.69%74.12%-
XYZ30.4426.6851.69-
YUV144.19153.29134.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=32.35%
G=27.70%
B=39.96%

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
Decimal1531311890.190.3100.26262.7630.5362.75
Hex9983BD131F01A1071f3f
Octal23120327523370324073777
Binary100110011000001110111101100111111101101010000011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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