#9E7FCA

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

Shades of Cold Purple #9E7FCA

Tints of Cold Purple #9E7FCA

Color information

#9E7FCA (or 0x9E7FCA) is unknown color: approx Cold Purple. HEX triplet: 9E, 7F and CA. RGB value is (158,127,202). Sum of RGB (Red+Green+Blue) = 158+127+202=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FCA is #618035. Grayscale: #909090. Windows color (decimal): -6389814 or 13270942. OLE color: 13270942.

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

Color convert

RGB158127202-
CMYK0.220.3700.21
HSL264.8º41.44%64.51%-
HSV(B)264.8º37.13%79.22%-
XYZ32.3526.7159.33-
YUV144.82160.27137.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.44%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=32.44%
G=26.08%
B=41.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581272020.220.3700.21264.841.4464.51
Hex9E7FCA16250151092941
Octal236177312264502541151101
Binary10011110111111111001010101101001010101011000010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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