#9E8CBC

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

Shades of Cold Purple #9E8CBC

Tints of Cold Purple #9E8CBC

Color information

#9E8CBC (or 0x9E8CBC) is unknown color: approx Cold Purple. HEX triplet: 9E, 8C and BC. RGB value is (158,140,188). Sum of RGB (Red+Green+Blue) = 158+140+188=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CBC is #617343. Grayscale: #969696. Windows color (decimal): -6386500 or 12356766. OLE color: 12356766.

HSL color Cylindrical-coordinate representation of color #9E8CBC: hue angle of 262.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E8CBC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158140188-
CMYK0.160.2600.26
HSL262.5º26.37%64.31%-
HSV(B)262.5º25.53%73.73%-
XYZ32.5629.6651.59-
YUV150.85148.96133.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=32.51%
G=28.81%
B=38.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581401880.160.2600.26262.526.3764.31
Hex9E8CBC101A01A1061a40
Octal236214274203203240632100
Binary1001111010001100101111001000011010011010100000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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