#9E92C2

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

Shades of Cold Purple #9E92C2

Tints of Cold Purple #9E92C2

Color information

#9E92C2 (or 0x9E92C2) is unknown color: approx Cold Purple. HEX triplet: 9E, 92 and C2. RGB value is (158,146,194). Sum of RGB (Red+Green+Blue) = 158+146+194=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #9E92C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92C2 is #616D3D. Grayscale: #9A9A9A. Windows color (decimal): -6384958 or 12751518. OLE color: 12751518.

HSL color Cylindrical-coordinate representation of color #9E92C2: hue angle of 255º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E92C2 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158146194-
CMYK0.190.2500.24
HSL255º28.24%66.67%-
HSV(B)255º24.74%76.08%-
XYZ34.1231.7255.36-
YUV155.06149.98130.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.73%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=31.73%
G=29.32%
B=38.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581461940.190.2500.2425528.2466.67
Hex9E92C21319018ff1c43
Octal236222302233103037734103
Binary100111101001001011000010100111100101100011111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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