#9D8ECD

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

Shades of Cold Purple #9D8ECD

Tints of Cold Purple #9D8ECD

Color information

#9D8ECD (or 0x9D8ECD) is unknown color: approx Cold Purple. HEX triplet: 9D, 8E and CD. RGB value is (157,142,205). Sum of RGB (Red+Green+Blue) = 157+142+205=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ECD is #627132. Grayscale: #999999. Windows color (decimal): -6451507 or 13471389. OLE color: 13471389.

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

Color convert

RGB157142205-
CMYK0.230.3100.20
HSL254.29º38.65%68.04%-
HSV(B)254.29º30.73%80.39%-
XYZ34.630.9261.9-
YUV153.67156.97130.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=31.15%
G=28.17%
B=40.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571422050.230.3100.20254.2938.6568.04
Hex9D8ECD171F014fe2744
Octal235216315273702437647104
Binary1001110110001110110011011011111111010100111111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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