#9E89BD

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

Shades of Cold Purple #9E89BD

Tints of Cold Purple #9E89BD

Color information

#9E89BD (or 0x9E89BD) is unknown color: approx Cold Purple. HEX triplet: 9E, 89 and BD. RGB value is (158,137,189). Sum of RGB (Red+Green+Blue) = 158+137+189=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E89BD is #617642. Grayscale: #959595. Windows color (decimal): -6387267 or 12421534. OLE color: 12421534.

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

Color convert

RGB158137189-
CMYK0.160.2800.26
HSL264.23º28.26%63.92%-
HSV(B)264.23º27.51%74.12%-
XYZ32.2328.8352.01-
YUV149.21150.46134.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=32.64%
G=28.31%
B=39.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581371890.160.2800.26264.2328.2663.92
Hex9E89BD101C01A1081c40
Octal236211275203403241034100
Binary1001111010001001101111011000011100011010100001000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,137,189); }

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

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

 a { background-color: rgb(158,137,189); }

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

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

 span { border-color: rgb(158,137,189); }

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