#9E91BE

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

Shades of Cold Purple #9E91BE

Tints of Cold Purple #9E91BE

Color information

#9E91BE (or 0x9E91BE) is unknown color: approx Cold Purple. HEX triplet: 9E, 91 and BE. RGB value is (158,145,190). Sum of RGB (Red+Green+Blue) = 158+145+190=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E91BE is #616E41. Grayscale: #999999. Windows color (decimal): -6385218 or 12489118. OLE color: 12489118.

HSL color Cylindrical-coordinate representation of color #9E91BE: hue angle of 257.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E91BE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158145190-
CMYK0.170.2400.25
HSL257.33º25.71%65.69%-
HSV(B)257.33º23.68%74.51%-
XYZ33.5231.2452.98-
YUV154.02148.31130.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=32.05%
G=29.41%
B=38.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581451900.170.2400.25257.3325.7165.69
Hex9E91BE11180191011a42
Octal236221276213003140132102
Binary1001111010010001101111101000111000011001100000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,190); }

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

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

 a { background-color: rgb(158,145,190); }

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

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

 span { border-color: rgb(158,145,190); }

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