#9983BC

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

Shades of Cold Purple #9983BC

Tints of Cold Purple #9983BC

Color information

#9983BC (or 0x9983BC) is unknown color: approx Cold Purple. HEX triplet: 99, 83 and BC. RGB value is (153,131,188). Sum of RGB (Red+Green+Blue) = 153+131+188=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9983BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BC is #667C43. Grayscale: #8F8F8F. Windows color (decimal): -6716484 or 12354457. OLE color: 12354457.

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

Color convert

RGB153131188-
CMYK0.190.3000.26
HSL263.16º29.84%62.55%-
HSV(B)263.16º30.32%73.73%-
XYZ30.3326.6451.12-
YUV144.08152.79134.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=32.42%
G=27.75%
B=39.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531311880.190.3000.26263.1629.8462.55
Hex9983BC131E01A1071e3f
Octal23120327423360324073677
Binary100110011000001110111100100111111001101010000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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