#9E92BC

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

Shades of Cold Purple #9E92BC

Tints of Cold Purple #9E92BC

Color information

#9E92BC (or 0x9E92BC) is unknown color: approx Cold Purple. HEX triplet: 9E, 92 and BC. RGB value is (158,146,188). Sum of RGB (Red+Green+Blue) = 158+146+188=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E92BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92BC is #616D43. Grayscale: #9A9A9A. Windows color (decimal): -6384964 or 12358302. OLE color: 12358302.

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

Color convert

RGB158146188-
CMYK0.160.2200.26
HSL257.14º23.86%65.49%-
HSV(B)257.14º22.34%73.73%-
XYZ33.4631.4651.89-
YUV154.38146.98130.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=32.11%
G=29.67%
B=38.21%

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
Decimal1581461880.160.2200.26257.1423.8665.49
Hex9E92BC101601A1011841
Octal236222274202603240130101
Binary1001111010010010101111001000010110011010100000001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,146,188); }

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

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

 a { background-color: rgb(158,146,188); }

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

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

 span { border-color: rgb(158,146,188); }

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