#9B8ECA

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

Shades of Cold Purple #9B8ECA

Tints of Cold Purple #9B8ECA

Color information

#9B8ECA (or 0x9B8ECA) is unknown color: approx Cold Purple. HEX triplet: 9B, 8E and CA. RGB value is (155,142,202). Sum of RGB (Red+Green+Blue) = 155+142+202=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ECA is #647135. Grayscale: #989898. Windows color (decimal): -6582582 or 13274779. OLE color: 13274779.

HSL color Cylindrical-coordinate representation of color #9B8ECA: hue angle of 253º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8ECA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155142202-
CMYK0.230.3000.21
HSL253º36.14%67.45%-
HSV(B)253º29.7%79.22%-
XYZ33.8530.5860-
YUV152.73155.81129.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=31.06%
G=28.46%
B=40.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551422020.230.3000.2125336.1467.45
Hex9B8ECA171E015fd2443
Octal233216312273602537544103
Binary1001101110001110110010101011111110010101111111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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