#9D8EBA

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

Shades of Cold Purple #9D8EBA

Tints of Cold Purple #9D8EBA

Color information

#9D8EBA (or 0x9D8EBA) is unknown color: approx Cold Purple. HEX triplet: 9D, 8E and BA. RGB value is (157,142,186). Sum of RGB (Red+Green+Blue) = 157+142+186=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8EBA is #627145. Grayscale: #979797. Windows color (decimal): -6451526 or 12226205. OLE color: 12226205.

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

Color convert

RGB157142186-
CMYK0.160.2400.27
HSL260.45º24.18%64.31%-
HSV(B)260.45º23.66%72.94%-
XYZ32.4430.0650.55-
YUV151.5147.47131.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=32.37%
G=29.28%
B=38.35%

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
Decimal1571421860.160.2400.27260.4524.1864.31
Hex9D8EBA101801B1041840
Octal235216272203003340430100
Binary1001110110001110101110101000011000011011100000100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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