#9E94BD

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

Shades of Cold Purple #9E94BD

Tints of Cold Purple #9E94BD

Color information

#9E94BD (or 0x9E94BD) is unknown color: approx Cold Purple. HEX triplet: 9E, 94 and BD. RGB value is (158,148,189). Sum of RGB (Red+Green+Blue) = 158+148+189=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E94BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94BD is #616B42. Grayscale: #9B9B9B. Windows color (decimal): -6384451 or 12424350. OLE color: 12424350.

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

Color convert

RGB158148189-
CMYK0.160.2200.26
HSL254.63º23.7%66.08%-
HSV(B)254.63º21.69%74.12%-
XYZ33.8832.1252.56-
YUV155.66146.81129.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=31.92%
G=29.90%
B=38.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581481890.160.2200.26254.6323.766.08
Hex9E94BD101601Aff1842
Octal236224275202603237730102
Binary100111101001010010111101100001011001101011111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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