#9E8BBA

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

Shades of Cold Purple #9E8BBA

Tints of Cold Purple #9E8BBA

Color information

#9E8BBA (or 0x9E8BBA) is unknown color: approx Cold Purple. HEX triplet: 9E, 8B and BA. RGB value is (158,139,186). Sum of RGB (Red+Green+Blue) = 158+139+186=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E8BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BBA is #617445. Grayscale: #959595. Windows color (decimal): -6386758 or 12225438. OLE color: 12225438.

HSL color Cylindrical-coordinate representation of color #9E8BBA: hue angle of 264.26º 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 #9E8BBA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158139186-
CMYK0.150.2500.27
HSL264.26º25.41%63.73%-
HSV(B)264.26º25.27%72.94%-
XYZ32.229.2850.41-
YUV150.04148.29133.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=32.71%
G=28.78%
B=38.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581391860.150.2500.27264.2625.4163.73
Hex9E8BBAF1901B1081940
Octal236213272173103341031100
Binary100111101000101110111010111111001011011100001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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