#9E8CB7

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

Shades of Cold Purple #9E8CB7

Tints of Cold Purple #9E8CB7

Color information

#9E8CB7 (or 0x9E8CB7) is unknown color: approx Cold Purple. HEX triplet: 9E, 8C and B7. RGB value is (158,140,183). Sum of RGB (Red+Green+Blue) = 158+140+183=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #9E8CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CB7 is #617348. Grayscale: #969696. Windows color (decimal): -6386505 or 12029086. OLE color: 12029086.

HSL color Cylindrical-coordinate representation of color #9E8CB7: hue angle of 265.12º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E8CB7 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB158140183-
CMYK0.140.2300.28
HSL265.12º22.99%63.33%-
HSV(B)265.12º23.5%71.76%-
XYZ32.0329.4448.8-
YUV150.28146.46133.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=32.85%
G=29.11%
B=38.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581401830.140.2300.28265.1222.9963.33
Hex9E8CB7E1701C109173f
Octal23621426716270344112777
Binary10011110100011001011011111101011101110010000100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,140,183); }

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

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

 a { background-color: rgb(158,140,183); }

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

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

 span { border-color: rgb(158,140,183); }

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