#926FA4

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

Shades of Ce Soir #926FA4

Tints of Ce Soir #926FA4

Color information

#926FA4 (or 0x926FA4) is unknown color: approx Ce Soir. HEX triplet: 92, 6F and A4. RGB value is (146,111,164). Sum of RGB (Red+Green+Blue) = 146+111+164=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #926FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926FA4 is #6D905B. Grayscale: #7F7F7F. Windows color (decimal): -7180380 or 10776466. OLE color: 10776466.

HSL color Cylindrical-coordinate representation of color #926FA4: hue angle of 279.62º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926FA4 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB146111164-
CMYK0.110.3200.36
HSL279.62º22.55%53.92%-
HSV(B)279.62º32.32%64.31%-
XYZ24.2420.1637.74-
YUV127.51148.6141.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=34.68%
G=26.37%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461111640.110.3200.36279.6222.5553.92
Hex926FA4B200241181736
Octal22215724413400444302766
Binary100100101101111101001001011100000010010010001100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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