#9983BE

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

Shades of Cold Purple #9983BE

Tints of Cold Purple #9983BE

Color information

#9983BE (or 0x9983BE) is unknown color: approx Cold Purple. HEX triplet: 99, 83 and BE. RGB value is (153,131,190). Sum of RGB (Red+Green+Blue) = 153+131+190=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #9983BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983BE is #667C41. Grayscale: #909090. Windows color (decimal): -6716482 or 12485529. OLE color: 12485529.

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

Color convert

RGB153131190-
CMYK0.190.3100.25
HSL262.37º31.22%62.94%-
HSV(B)262.37º31.05%74.51%-
XYZ30.5526.7252.26-
YUV144.3153.79134.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.28%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=32.28%
G=27.64%
B=40.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531311900.190.3100.25262.3731.2262.94
Hex9983BE131F0191061f3f
Octal23120327623370314063777
Binary100110011000001110111110100111111101100110000011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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