#9E89CA

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

Shades of Cold Purple #9E89CA

Tints of Cold Purple #9E89CA

Color information

#9E89CA (or 0x9E89CA) is unknown color: approx Cold Purple. HEX triplet: 9E, 89 and CA. RGB value is (158,137,202). Sum of RGB (Red+Green+Blue) = 158+137+202=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E89CA is #617635. Grayscale: #969696. Windows color (decimal): -6387254 or 13273502. OLE color: 13273502.

HSL color Cylindrical-coordinate representation of color #9E89CA: hue angle of 259.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E89CA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158137202-
CMYK0.220.3200.21
HSL259.38º38.01%66.47%-
HSV(B)259.38º32.18%79.22%-
XYZ33.7129.4259.78-
YUV150.69156.96133.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=31.79%
G=27.57%
B=40.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581372020.220.3200.21259.3838.0166.47
Hex9E89CA16200151032642
Octal236211312264002540346102
Binary100111101000100111001010101101000000101011000000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,137,202); }

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

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

 a { background-color: rgb(158,137,202); }

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

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

 span { border-color: rgb(158,137,202); }

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