#92769F

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

Shades of Ce Soir #92769F

Tints of Ce Soir #92769F

Color information

#92769F (or 0x92769F) is unknown color: approx Ce Soir. HEX triplet: 92, 76 and 9F. RGB value is (146,118,159). Sum of RGB (Red+Green+Blue) = 146+118+159=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #92769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92769F is #6D8960. Grayscale: #828282. Windows color (decimal): -7178593 or 10450578. OLE color: 10450578.

HSL color Cylindrical-coordinate representation of color #92769F: hue angle of 280.98º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92769F is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146118159-
CMYK0.080.2600.38
HSL280.98º17.6%54.31%-
HSV(B)280.98º25.79%62.35%-
XYZ24.5921.5735.67-
YUV131.05143.78138.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=34.52%
G=27.90%
B=37.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461181590.080.2600.38280.9817.654.31
Hex92769F81A0261191236
Octal22216623710320464312266
Binary10010010111011010011111100011010010011010001100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92769F; }

 p { color: rgb(146,118,159); }

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

<style>
 a { background-color: #92769F; }

 a { background-color: rgb(146,118,159); }

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

<style>
 span { border-color: #92769F; }

 span { border-color: rgb(146,118,159); }

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