#926fa8

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

Shades of Ce Soir #926FA8

Tints of Ce Soir #926FA8

Color information

#926FA8 (or 0x926FA8) is unknown color: approx Ce Soir. HEX triplet: 92, 6F and A8. RGB value is (146,111,168). Sum of RGB (Red+Green+Blue) = 146+111+168=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 168 - color contains mainly: blue. Hex color #926FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926FA8 is #6D9057. Grayscale: #7F7F7F. Windows color (decimal): -7180376 or 11038610. OLE color: 11038610.

HSL color Cylindrical-coordinate representation of color #926FA8: hue angle of 276.84º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926FA8 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB146111168-
CMYK0.130.3400.34
HSL276.84º24.68%54.71%-
HSV(B)276.84º33.93%65.88%-
XYZ24.6120.3139.67-
YUV127.96150.6140.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 168 (66.02% from 255) = 39.53%
R=34.35%
G=26.12%
B=39.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461111680.130.3400.34276.8424.6854.71
Hex926FA8D220221151937
Octal22215725015420424253167
Binary100100101101111101010001101100010010001010001010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926fa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926fa8; }

 p { color: rgb(146,111,168); }

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

<style>
 a { background-color: #926fa8; }

 a { background-color: rgb(146,111,168); }

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

<style>
 span { border-color: #926fa8; }

 span { border-color: rgb(146,111,168); }

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