#9E95BE

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

Shades of Cold Purple #9E95BE

Tints of Cold Purple #9E95BE

Color information

#9E95BE (or 0x9E95BE) is unknown color: approx Cold Purple. HEX triplet: 9E, 95 and BE. RGB value is (158,149,190). Sum of RGB (Red+Green+Blue) = 158+149+190=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E95BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E95BE is #616A41. Grayscale: #9C9C9C. Windows color (decimal): -6384194 or 12490142. OLE color: 12490142.

HSL color Cylindrical-coordinate representation of color #9E95BE: hue angle of 253.17º 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 #9E95BE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158149190-
CMYK0.170.2200.25
HSL253.17º23.98%66.47%-
HSV(B)253.17º21.58%74.51%-
XYZ34.1432.4853.19-
YUV156.36146.98129.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=31.79%
G=29.98%
B=38.23%

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
Decimal1581491900.170.2200.25253.1723.9866.47
Hex9E95BE1116019fd1842
Octal236225276212603137530102
Binary100111101001010110111110100011011001100111111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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