#9D8EBC

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

Shades of Cold Purple #9D8EBC

Tints of Cold Purple #9D8EBC

Color information

#9D8EBC (or 0x9D8EBC) is unknown color: approx Cold Purple. HEX triplet: 9D, 8E and BC. RGB value is (157,142,188). Sum of RGB (Red+Green+Blue) = 157+142+188=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8EBC is #627143. Grayscale: #979797. Windows color (decimal): -6451524 or 12357277. OLE color: 12357277.

HSL color Cylindrical-coordinate representation of color #9D8EBC: hue angle of 259.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D8EBC is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB157142188-
CMYK0.160.2400.26
HSL259.57º25.56%64.71%-
HSV(B)259.57º24.47%73.73%-
XYZ32.6530.1451.67-
YUV151.73148.47131.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=32.24%
G=29.16%
B=38.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571421880.160.2400.26259.5725.5664.71
Hex9D8EBC101801A1041a41
Octal235216274203003240432101
Binary1001110110001110101111001000011000011010100000100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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