#9D8DBA

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

Shades of Cold Purple #9D8DBA

Tints of Cold Purple #9D8DBA

Color information

#9D8DBA (or 0x9D8DBA) is unknown color: approx Cold Purple. HEX triplet: 9D, 8D and BA. RGB value is (157,141,186). Sum of RGB (Red+Green+Blue) = 157+141+186=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D8DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DBA is #627245. Grayscale: #969696. Windows color (decimal): -6451782 or 12225949. OLE color: 12225949.

HSL color Cylindrical-coordinate representation of color #9D8DBA: hue angle of 261.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D8DBA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157141186-
CMYK0.160.2400.27
HSL261.33º24.59%64.12%-
HSV(B)261.33º24.19%72.94%-
XYZ32.2929.7650.5-
YUV150.91147.8132.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=32.44%
G=29.13%
B=38.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571411860.160.2400.27261.3324.5964.12
Hex9D8DBA101801B1051940
Octal235215272203003340531100
Binary1001110110001101101110101000011000011011100000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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