#9E93BE

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

Shades of Cold Purple #9E93BE

Tints of Cold Purple #9E93BE

Color information

#9E93BE (or 0x9E93BE) is unknown color: approx Cold Purple. HEX triplet: 9E, 93 and BE. RGB value is (158,147,190). Sum of RGB (Red+Green+Blue) = 158+147+190=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93BE is #616C41. Grayscale: #9B9B9B. Windows color (decimal): -6384706 or 12489630. OLE color: 12489630.

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

Color convert

RGB158147190-
CMYK0.170.2300.25
HSL255.35º24.86%66.08%-
HSV(B)255.35º22.63%74.51%-
XYZ33.8331.8553.08-
YUV155.19147.64130-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=31.92%
G=29.70%
B=38.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581471900.170.2300.25255.3524.8666.08
Hex9E93BE1117019ff1942
Octal236223276212703137731102
Binary100111101001001110111110100011011101100111111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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