#926AAD

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

Shades of Ce Soir #926AAD

Tints of Ce Soir #926AAD

Color information

#926AAD (or 0x926AAD) is unknown color: approx Ce Soir. HEX triplet: 92, 6A and AD. RGB value is (146,106,173). Sum of RGB (Red+Green+Blue) = 146+106+173=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #926AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926AAD is #6D9552. Grayscale: #7D7D7D. Windows color (decimal): -7181651 or 11365010. OLE color: 11365010.

HSL color Cylindrical-coordinate representation of color #926AAD: hue angle of 275.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #926AAD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146106173-
CMYK0.160.3900.32
HSL275.82º29%54.71%-
HSV(B)275.82º38.73%67.84%-
XYZ24.5519.4441.99-
YUV125.6154.75142.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=34.35%
G=24.94%
B=40.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461061730.160.3900.32275.822954.71
Hex926AAD10270201141d37
Octal22215225520470404243567
Binary1001001011010101010110110000100111010000010001010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,106,173); }

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

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

 a { background-color: rgb(146,106,173); }

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

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

 span { border-color: rgb(146,106,173); }

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