#9D83BA

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

Shades of Cold Purple #9D83BA

Tints of Cold Purple #9D83BA

Color information

#9D83BA (or 0x9D83BA) is unknown color: approx Cold Purple. HEX triplet: 9D, 83 and BA. RGB value is (157,131,186). Sum of RGB (Red+Green+Blue) = 157+131+186=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D83BA is #627C45. Grayscale: #909090. Windows color (decimal): -6454342 or 12223389. OLE color: 12223389.

HSL color Cylindrical-coordinate representation of color #9D83BA: hue angle of 268.36º 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 #9D83BA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157131186-
CMYK0.160.3000.27
HSL268.36º28.5%62.16%-
HSV(B)268.36º29.57%72.94%-
XYZ30.8826.9550.03-
YUV145.04151.11136.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=33.12%
G=27.64%
B=39.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571311860.160.3000.27268.3628.562.16
Hex9D83BA101E01B10c1c3e
Octal23520327220360334143476
Binary100111011000001110111010100001111001101110000110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D83BA; }

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

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

<style>
 a { background-color: #9D83BA; }

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

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

<style>
 span { border-color: #9D83BA; }

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

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