#9E8DBB

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

Shades of Cold Purple #9E8DBB

Tints of Cold Purple #9E8DBB

Color information

#9E8DBB (or 0x9E8DBB) is unknown color: approx Cold Purple. HEX triplet: 9E, 8D and BB. RGB value is (158,141,187). Sum of RGB (Red+Green+Blue) = 158+141+187=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DBB is #617244. Grayscale: #979797. Windows color (decimal): -6386245 or 12291486. OLE color: 12291486.

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

Color convert

RGB158141187-
CMYK0.160.2500.27
HSL262.17º25.27%64.31%-
HSV(B)262.17º24.6%73.33%-
XYZ32.629.9151.07-
YUV151.33148.13132.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=32.51%
G=29.01%
B=38.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581411870.160.2500.27262.1725.2764.31
Hex9E8DBB101901B1061940
Octal236215273203103340631100
Binary1001111010001101101110111000011001011011100000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,141,187); }

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

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

 a { background-color: rgb(158,141,187); }

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

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

 span { border-color: rgb(158,141,187); }

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