#9D8FCD

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

Shades of Cold Purple #9D8FCD

Tints of Cold Purple #9D8FCD

Color information

#9D8FCD (or 0x9D8FCD) is unknown color: approx Cold Purple. HEX triplet: 9D, 8F and CD. RGB value is (157,143,205). Sum of RGB (Red+Green+Blue) = 157+143+205=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FCD is #627032. Grayscale: #9A9A9A. Windows color (decimal): -6451251 or 13471645. OLE color: 13471645.

HSL color Cylindrical-coordinate representation of color #9D8FCD: hue angle of 253.55º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D8FCD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157143205-
CMYK0.230.3000.20
HSL253.55º38.27%68.24%-
HSV(B)253.55º30.24%80.39%-
XYZ34.7531.2261.95-
YUV154.25156.64129.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=31.09%
G=28.32%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571432050.230.3000.20253.5538.2768.24
Hex9D8FCD171E014fe2644
Octal235217315273602437646104
Binary1001110110001111110011011011111110010100111111101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,143,205); }

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

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

 a { background-color: rgb(157,143,205); }

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

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

 span { border-color: rgb(157,143,205); }

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