#9E94BE

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

Shades of Cold Purple #9E94BE

Tints of Cold Purple #9E94BE

Color information

#9E94BE (or 0x9E94BE) is unknown color: approx Cold Purple. HEX triplet: 9E, 94 and BE. RGB value is (158,148,190). Sum of RGB (Red+Green+Blue) = 158+148+190=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94BE is #616B41. Grayscale: #9B9B9B. Windows color (decimal): -6384450 or 12489886. OLE color: 12489886.

HSL color Cylindrical-coordinate representation of color #9E94BE: hue angle of 254.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E94BE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158148190-
CMYK0.170.2200.25
HSL254.29º24.42%66.27%-
HSV(B)254.29º22.11%74.51%-
XYZ33.9832.1753.13-
YUV155.78147.31129.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=31.85%
G=29.84%
B=38.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581481900.170.2200.25254.2924.4266.27
Hex9E94BE1116019fe1842
Octal236224276212603137630102
Binary100111101001010010111110100011011001100111111110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,148,190); }

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

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

 a { background-color: rgb(158,148,190); }

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

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

 span { border-color: rgb(158,148,190); }

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