#92679D

Color #92679D Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #92679D

Tints of Ce Soir #92679D

Color information

#92679D (or 0x92679D) is unknown color: approx Ce Soir. HEX triplet: 92, 67 and 9D. RGB value is (146,103,157). Sum of RGB (Red+Green+Blue) = 146+103+157=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #92679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92679D is #6D9862. Grayscale: #797979. Windows color (decimal): -7182435 or 10315666. OLE color: 10315666.

HSL color Cylindrical-coordinate representation of color #92679D: hue angle of 287.78º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92679D is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146103157-
CMYK0.070.3400.38
HSL287.78º21.6%50.98%-
HSV(B)287.78º34.39%61.57%-
XYZ22.7918.2534.22-
YUV122.01147.75145.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=35.96%
G=25.37%
B=38.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461031570.070.3400.38287.7821.650.98
Hex92679D7220261201633
Octal2221472357420464402663
Binary10010010110011110011101111100010010011010010000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92679D; }

 p { color: rgb(146,103,157); }

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

<style>
 a { background-color: #92679D; }

 a { background-color: rgb(146,103,157); }

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

<style>
 span { border-color: #92679D; }

 span { border-color: rgb(146,103,157); }

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