#9A7ECB

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

Shades of Cold Purple #9A7ECB

Tints of Cold Purple #9A7ECB

Color information

#9A7ECB (or 0x9A7ECB) is unknown color: approx Cold Purple. HEX triplet: 9A, 7E and CB. RGB value is (154,126,203). Sum of RGB (Red+Green+Blue) = 154+126+203=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A7ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ECB is #658134. Grayscale: #8E8E8E. Windows color (decimal): -6652213 or 13336218. OLE color: 13336218.

HSL color Cylindrical-coordinate representation of color #9A7ECB: hue angle of 261.82º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A7ECB is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154126203-
CMYK0.240.3800.20
HSL261.82º42.54%64.51%-
HSV(B)261.82º37.93%79.61%-
XYZ31.5726.159.87-
YUV143.15161.78135.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=31.88%
G=26.09%
B=42.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541262030.240.3800.20261.8242.5464.51
Hex9A7ECB18260141062b41
Octal232176313304602440653101
Binary10011010111111011001011110001001100101001000001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,126,203); }

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

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

 a { background-color: rgb(154,126,203); }

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

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

 span { border-color: rgb(154,126,203); }

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