#9E91BA

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

Shades of Cold Purple #9E91BA

Tints of Cold Purple #9E91BA

Color information

#9E91BA (or 0x9E91BA) is unknown color: approx Cold Purple. HEX triplet: 9E, 91 and BA. RGB value is (158,145,186). Sum of RGB (Red+Green+Blue) = 158+145+186=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E91BA is #616E45. Grayscale: #999999. Windows color (decimal): -6385222 or 12226974. OLE color: 12226974.

HSL color Cylindrical-coordinate representation of color #9E91BA: hue angle of 259.02º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E91BA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158145186-
CMYK0.150.2200.27
HSL259.02º22.91%64.9%-
HSV(B)259.02º22.04%72.94%-
XYZ33.0931.0750.71-
YUV153.56146.31131.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=32.31%
G=29.65%
B=38.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581451860.150.2200.27259.0222.9164.9
Hex9E91BAF1601B1031741
Octal236221272172603340327101
Binary100111101001000110111010111110110011011100000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E91BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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