#9E8CBF

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

Shades of Cold Purple #9E8CBF

Tints of Cold Purple #9E8CBF

Color information

#9E8CBF (or 0x9E8CBF) is unknown color: approx Cold Purple. HEX triplet: 9E, 8C and BF. RGB value is (158,140,191). Sum of RGB (Red+Green+Blue) = 158+140+191=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E8CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CBF is #617340. Grayscale: #979797. Windows color (decimal): -6386497 or 12553374. OLE color: 12553374.

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

Color convert

RGB158140191-
CMYK0.170.2700.25
HSL261.18º28.49%64.9%-
HSV(B)261.18º26.7%74.9%-
XYZ32.8829.7953.31-
YUV151.2150.46132.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 191 (75% from 255) = 39.06%
R=32.31%
G=28.63%
B=39.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581401910.170.2700.25261.1828.4964.9
Hex9E8CBF111B0191051c41
Octal236214277213303140534101
Binary1001111010001100101111111000111011011001100000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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