#9B8ECC

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

Shades of Cold Purple #9B8ECC

Tints of Cold Purple #9B8ECC

Color information

#9B8ECC (or 0x9B8ECC) is unknown color: approx Cold Purple. HEX triplet: 9B, 8E and CC. RGB value is (155,142,204). Sum of RGB (Red+Green+Blue) = 155+142+204=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ECC is #647133. Grayscale: #989898. Windows color (decimal): -6582580 or 13405851. OLE color: 13405851.

HSL color Cylindrical-coordinate representation of color #9B8ECC: hue angle of 252.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8ECC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155142204-
CMYK0.240.3000.2
HSL252.58º37.8%67.84%-
HSV(B)252.58º30.39%80%-
XYZ34.0930.6761.25-
YUV152.96156.81129.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=30.94%
G=28.34%
B=40.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551422040.240.3000.2252.5837.867.84
Hex9B8ECC181E014fd2644
Octal233216314303602437546104
Binary1001101110001110110011001100011110010100111111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,142,204); }

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

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

 a { background-color: rgb(155,142,204); }

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

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

 span { border-color: rgb(155,142,204); }

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