#926AAA

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

Shades of Ce Soir #926AAA

Tints of Ce Soir #926AAA

Color information

#926AAA (or 0x926AAA) is unknown color: approx Ce Soir. HEX triplet: 92, 6A and AA. RGB value is (146,106,170). Sum of RGB (Red+Green+Blue) = 146+106+170=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #926AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926AAA is #6D9555. Grayscale: #7D7D7D. Windows color (decimal): -7181654 or 11168402. OLE color: 11168402.

HSL color Cylindrical-coordinate representation of color #926AAA: hue angle of 277.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #926AAA is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146106170-
CMYK0.140.3800.33
HSL277.5º27.35%54.12%-
HSV(B)277.5º37.65%66.67%-
XYZ24.2619.3240.48-
YUV125.26153.25142.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=34.60%
G=25.12%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461061700.140.3800.33277.527.3554.12
Hex926AAAE260211161b36
Octal22215225216460414263366
Binary100100101101010101010101110100110010000110001011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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