#9983BA

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

Shades of Cold Purple #9983BA

Tints of Cold Purple #9983BA

Color information

#9983BA (or 0x9983BA) is unknown color: approx Cold Purple. HEX triplet: 99, 83 and BA. RGB value is (153,131,186). Sum of RGB (Red+Green+Blue) = 153+131+186=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9983BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BA is #667C45. Grayscale: #8F8F8F. Windows color (decimal): -6716486 or 12223385. OLE color: 12223385.

HSL color Cylindrical-coordinate representation of color #9983BA: hue angle of 264º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9983BA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153131186-
CMYK0.180.3000.27
HSL264º28.5%62.16%-
HSV(B)264º29.57%72.94%-
XYZ30.1226.5549.99-
YUV143.85151.79134.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=32.55%
G=27.87%
B=39.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531311860.180.3000.2726428.562.16
Hex9983BA121E01B1081c3e
Octal23120327222360334103476
Binary100110011000001110111010100101111001101110000100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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